fulldump/8/master/.htaccess - Htaccess File

fulldump/8/master/.htaccess

SetEnv PHP_VER 5_4

RewriteEngine On

RewriteCond %{HTTP_HOST} !^www.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

RewriteCond %{REQUEST_URI} !=/index.php
RewriteRule .* /index.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI

Comments

Apache