Jump to content

Redirect to HTTPS, loops


juriaan79

Recommended Posts

I'm new to this kind of modrewriting and currently trying to redirect the following url to https:

 

So http://www.mysite.com/login  should be redirected to https://www.mysite.com/login

I've seen multiple examples on the web to redirect an entire domain or folder to https, but I just want to redirect single URLS

 

I've tried the following rewriting rule:

RewriteRule ^login$ https://mysite.com/login [R]

 

But this causes a loop, I guess because every time "login" turns up in the URL Apache is redirecting. How can I prevent this?

Link to comment
https://forums.phpfreaks.com/topic/187097-redirect-to-https-loops/
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.