pnicorelli/sharedLab/master/.htaccess - Htaccess File

pnicorelli/sharedLab/master/.htaccess

# all files with .something are skipped
RewriteCond %{REQUEST_URI} ..+$
RewriteCond %{REQUEST_URI} !.html$
RewriteRule .* - [L]
# the others are redirected to the front web controller
RewriteRule ^(.*)$ index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache