ocavailhes/tvnt/master/.htaccess - Htaccess File

ocavailhes/tvnt/master/.htaccess

RewriteEngine on

RewriteRule ^emetteurs-418.html(.*)$ /pylones/emetteur.php$1 [L,QSA]
RewriteRule ^actualite(.*)$ /news-reception-tvnt [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} ^/(.*)$
RewriteCond %{REQUEST_URI} !^/forum(.*)$
RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache