multiple redirect
-
I want to thank developer of this plugin. I have a problem, I hope that admin help me.
after activation of the plugin everything works fine, but when I check my site here I have two redirects.
https://varvy.com/tools/redirects/
www
2 Redirect(s)http://www.example.net
301 redirect
https://www.example.net/
https://www.example.net/
301 redirect
https://example.net/I delete the plugin to see if the error still after removing the plugin error remain, and i don,t know why my site still redirecting http to https.
maybe this is the reason? After activating the plugin, I update my entire article
(If you have https URL’s on your site, you have probably added content to your site while your site was on https.)
now my all article redirects http to https, do i need the plugin anymore? also future content will now work as https?
my htaccess 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] </IfModule> # END WordPress # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php56” package as the default “PHP” programming language. <IfModule mime_module> AddType application/x-httpd-ea-php56-lsphp .php .php5 .phtml </IfModule> # php -- END cPanel-generated handler, do not editplease help me to remove multiple redirect.
The topic ‘multiple redirect’ is closed to new replies.