enbits/mandala_framework/master/.htaccess - Htaccess File

enbits/mandala_framework/master/.htaccess

Options +FollowSymLinks
Options -indexes

RewriteEngine on
#RewriteCond %{REQUEST_URI} !.(css|gif|ico|jpg|js|png|swf|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache