Forum Moderators: phranque

Message Too Old, No Replies

move from 443 to 80

         

chief stains

11:07 am on Oct 10, 2005 (gmt 0)

10+ Year Member



Hi,

Any ideas how to move from port 443 back to port 80

I have a secure section but when a link is clicked from this section the URI remains secure even though the page does not need to be secure...

inbound

11:09 am on Oct 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Use the full path in the link - http://www.example.com/page.htm

If you use relative paths it is sensible to assume that the connection type should remain the same.

chief stains

11:11 am on Oct 10, 2005 (gmt 0)

10+ Year Member



it would require the changing of hundreds of links...

Is there a way of doing it in htaccess, like the way it moves from 80 -> 443?