dodify/website-bathcarparks/master/.htaccess - Htaccess File

dodify/website-bathcarparks/master/.htaccess

IndexIgnore */*

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /

    # Redirect non www to www
    RewriteCond %{HTTP_HOST} !=localhost
    RewriteCond %{HTTP_HOST} !^www.
    RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache