aplicacioneswebmarenostrum/web/master/.htaccess - Htaccess File

aplicacioneswebmarenostrum/web/master/.htaccess

DirectoryIndex index.html

<IfModule mod_rewrite.c>
    RewriteEngine On

    # Redirects all www to non-www
    RewriteCond %{HTTP_HOST} ^www.(.+)$ [NC]
    RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache