irwinv/EducateurCanin/master/.htaccess - Htaccess File

irwinv/EducateurCanin/master/.htaccess

SetEnv SHORT_OPEN_TAGS 0
SetEnv REGISTER_GLOBALS 0
SetEnv MAGIC_QUOTES 0
SetEnv SESSION_AUTOSTART 0
SetEnv ZEND_OPTIMIZER 1
SetEnv PHP_VER 5_3

RewriteEngine on
RewriteBase /

RewriteCond %{REQUEST_URI} !^/web/
RewriteRule ^(.*)$ /web/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache