-
I want to redirect his domain to non www domain
RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.eastindiacompany\.in [NC] RewriteRule ^(.*)$ https://eastindiacompany.in/$1 [L,R=301]
this is the code that I used in my htaccess file. Not sure why it’s not redirecting. Kindly check and let me know.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘www to non www redirect’ is closed to new replies.