Jump to content

How to force ssl


Shaun

Recommended Posts

Hi, im looking for a way to make [a href=\"http://example.com\" target=\"_blank\"]http://example.com[/a] (www.example.com - [a href=\"http://www.example.com)\" target=\"_blank\"]http://www.example.com)[/a] to be forced to go to [a href=\"https://example.com\" target=\"_blank\"]https://example.com[/a] ... a working example would be entering www.paypal.com into your browsers address bar and it takes you straight to their https:// secure site.

Also on a note, would forcing ssl make sites load slower as ive looked around and https is a lot slower then http ... but does the speed depend on the quality of your ssl provider?

Also one last thing... I have never used mod_rewrite before so go easy on me ;)


thank you all in advance for your help :)
Link to comment
https://forums.phpfreaks.com/topic/12598-how-to-force-ssl/
Share on other sites

A quick google search returned these pages, which may be able to help:

Using ASP
[a href=\"http://support.microsoft.com/default.aspx?scid=kb;EN-US;q239875\" target=\"_blank\"]http://support.microsoft.com/default.aspx?...b;EN-US;q239875[/a]

Mod_rewrite
[a href=\"http://mail.opengroupware.org/pipermail/users/2004-July/010159.html\" target=\"_blank\"]http://mail.opengroupware.org/pipermail/us...uly/010159.html[/a]
Scroll half way down the page and you'll see how they wrote the rewrite rule.

Also, if you just want a much simpler method you could just put an index.html file in that directory. Then inside of that file you could use html code to redirect the user. However, the user could still work their way around this.
Link to comment
https://forums.phpfreaks.com/topic/12598-how-to-force-ssl/#findComment-50920
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.