wh1t3project/in-dev_php-framework/master/.htaccess
Options +SymLinksifOwnerMatch -Indexes
# Make sure that errors are properly handled
# Uncomment and specify the root directory of the framework to enable
#ErrorDocument 403 /framework/index.php
#ErrorDocument 404 /framework/index.php
RewriteEngine On
RewriteCond %{REQUEST_URI} !.themes/.*$ [NC]
RewriteRule ^(.*) index.php		
		
		Files
