Error redirect https
-
hi,
I have a problem with http to https redirects.
The Home redirects me well, but the rest of the pages do not.For example:
https://cafeintenso.es/variedades-de-cafe/
https://www.cafeintenso.es/variedades-de-cafe/These 2 urls should redirect to this:
https://cafeintenso.es/variedades-de-cafe/But for some reason it redirects me to home.
I have looked at Htacces and I have this code:
Rewrite Engine On RewriteBase / RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://%{HTTP_HOST}/ [R=301,L]In principle it should work fine right?
I don’t understand why the redirect doesn’t work.It happens to me with all the pages of my website except the home.
The page I need help with: [log in to see the link]
- The topic ‘Error redirect https’ is closed to new replies.