hollogram/Coltz/master/.htaccess - Htaccess File

hollogram/Coltz/master/.htaccess

RewriteEngine On
RewriteBase /

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

RewriteRule ^index.php$ / [R=301,L]
RewriteRule ^(.*)$ web/$1 [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache