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>
Files

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>