301 .htaccess redirect www to non www
-
Hello
i want to do a 301 .htaccess redirect (www to non www)
I used this code:
//
RewriteCond %{HTTP_HOST} ^www.cashaeon.com [NC]
RewriteRule (.*) https://cashaeon.com/$1 [R=301,L]
//but it allways adds ../html on the end of the URL.
So the redirection leads to https://cashaeon.com/html/probably it’s just a small thing, but I did not look through
hopefully..
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘301 .htaccess redirect www to non www’ is closed to new replies.