![]() |
how do i make sure a webpage can only be accessed through https?
for some reason, my admin cant do it and i need to get it done, any suggestions?
|
get a verisign certificate
|
If you want to invest a few bucks for a solution, icq:33375924
|
in a .htaccess
RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} |
Quote:
|
Quote:
|
ya just forward all requests to https
|
Quote:
|
Code:
RewriteEngine On |
htaccess hack is totally insecure.
|
hmm, will that prevent somebody from going back to the url and taking the "s" out and proceeding? (and if they do, send them back to https://)
thanks for the help guys |
Yes it will.
Test it out yourself. Quote:
|
Quote:
|
Quote:
|
All times are GMT -7. The time now is 10:42 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123