pkeane/daseframework/master/.htaccess - Htaccess File

pkeane/daseframework/master/.htaccess

AddDefaultCharset UTF-8
DirectoryIndex index.php index.html
AddType application/x-httpd-php .php
Options FollowSymLinks
FileETag none

RewriteEngine On
RewriteBase  /newdase  

php_flag magic_quotes_gpc off

#prevent .git
RewriteRule ^(.*/)?.git+ - [F,L]

RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [PT]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache