Forum Moderators: phranque
RewriteEngine On
RewriteRule (.*) http://www.example.com/$1 [R=301, L] RewriteEngine On
RewriteRule (.*) https://www.example.com/$1 [R=301, L] [edited by: phranque at 10:25 pm (utc) on Feb 22, 2018]
[edit reason] unlinked urls [/edit]
When I did make a change I get an internal error.Tell us more. What, exactly, does the error say? If it's a 500-class error such as an infinite loop, your site's error logs should give more information.
[edited by: phranque at 2:25 am (utc) on Feb 24, 2018]
[edit reason] Unlinked URLs for clarity [/edit]
I finally got the host to do the redirects and all is now ok but still not sure where they did the redirects as they are not in the htaccess file.