www automatically redirecting to non-www
-
Hi
Whenever I goto https://www.my-wp-domain.com, it automatically redirects to the non-www version https://my-wp-domain.com
Any idea why this is happening ?
This is what I have in my .htaccess
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘www automatically redirecting to non-www’ is closed to new replies.