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>
Files
