ddrapeau/wefra/master/.htaccess - Htaccess File

ddrapeau/wefra/master/.htaccess

#params serveur OVH
SetEnv PHP_VER 5
SetEnv REGISTER_GLOBALS 0
#fin params serveur OVH

Options +FollowSymlinks
RewriteEngine on

RewriteCond %{REQUEST_URI} !index.php
#RewriteRule ^(fr_deconnexion)$ ./dev/consumerDisconnect.php [L]
RewriteRule ^([a-z-]+)-([0-9.]+)$ index.php?page=$1&reference=$2 [L]
RewriteRule ^([a-z-]+)$ index.php?page=$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache