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]
Files
