.htaccess 301 redirect to www not working
-
help! ive been here for days and i dont have a clue as to what went wrong. im not a programmer so i couldnt fix this. i followed all the instructions but still couldnt put in to work.
here’s the code:# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Options +FollowSymLinks
RewriteCond %{HTTP_HOST} ^domain.com [NC]
RewriteRule ^(.*)$ https://www.domain.com/$1 [L,R=301]
</IfModule>
# END WordPressthanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘.htaccess 301 redirect to www not working’ is closed to new replies.