Jump to content

Re-direct to SSL


awebbdesign

Recommended Posts

Hi All,

 

Below I have the following code...

 

RewriteEngine On

RewriteCond %{HTTPS} off

RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

 

Which works fine on he domain, however when I go into a subfolder it says...

 

Too many redirects occurred trying to open “https://purple-orchid.co.uk/test/index.php”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.

 

Can anyone modify my code so that subfolder don't cause an issue (and sub-sub folder i.e https://www.purple-orchid.co.uk/test/admin/)

 

Much appreciated

Link to comment
https://forums.phpfreaks.com/topic/226230-re-direct-to-ssl/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.