patrickbelanger/dawn-framework/master/.htaccess - Htaccess File

patrickbelanger/dawn-framework/master/.htaccess

#
# Dawn Framework
#

ErrorDocument 404 /Lib/DawnFramework/Static/Errors/404.php

<IfModule mod_rewrite.c>
    RewriteEngine on
#  RewriteBase /workspace/dawn-framework/
#  RewriteCond %{REQUEST_FILENAME} !-f
#  RewriteCond %{REQUEST_FILENAME} !-d
#  RewriteRule ^index.php$ - [L]
    IndexIgnore *
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache