saulor/iefapv2mvc/master/.htaccess - Htaccess File

saulor/iefapv2mvc/master/.htaccess

#Deny directory listing
Options -Indexes
Options +FollowSymLinks
RewriteEngine On
RewriteRule /?.ini$ - [F,L]
RewriteBase /~saulor/iefap/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache