moved from http to https – what to put in htaccess file
-
[ Moderator note: moved to Fixing WordPress. Please do not use Developing With WordPress for these topics. ]
I want to do the proper thing in my HTACCESS file… but when I follow some online tutorials – I get a message on my site saying there are too many redirects!
My current HTACCESS says:
# 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] </IfModule> # END WordPress
> So what do I need to put in the code to tell search engines that the site is now changed, from HTTP to HTTPS ?
All help appreciated!!!!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘moved from http to https – what to put in htaccess file’ is closed to new replies.