weullerk/La2Web/master/.htaccess - Htaccess File

weullerk/La2Web/master/.htaccess

IndexIgnore .htaccess */.??* *~ *# /HEADER /README /_vti
IndexIgnore *

RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond $1 !^(index.php|images|css|robots.txt)
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache