Problem after moving to https
-
Hi there,
This plugin has worked great until I moved from http to https.
The problem is that:
I visit
http://www.studicirulli.it/news/tag/implantologia/
the page redirects to
https://www.studicirulli.it/studicirulli.it/news/tag/implantologia/
and I get a 404 error.Everything is ok if I visit
https://www.studicirulli.it/news/tag/implantologia/My file htaccess contains
RewriteBase /
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]Any solution? Thank you in advance
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Problem after moving to https’ is closed to new replies.