-
Hi I’m trying to redirect www to non-www on my site, but the code is not working. I have tried both
RewriteEngine On
RewriteCond %{HTTP_HOST} http://www.example.com
RewriteRule (.*) https://example.com/$1 [R=301,L]
and
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.website.com [NC]
RewriteRule ^(.*)$ https://website.com/$1 [L,R=301]replacing the example and website with lashmenyc but nothing works. I cleared cache, and did the following
Then, navigate to Rank Math > Status & Tools > Database Tools > Flush SEO analysis data and Remove Rank Math Transients, then perform SEO analysis again and see if the results are updated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘redirect www to non-www’ is closed to new replies.