Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSL Problems still able to go to unsecure pages!!

Status
Not open for further replies.

johnncc

MIS
Oct 2, 2002
15
US
Hi,
I recently installed a SSLCert on our webserver. I am still able to go to the site using and I would like for our visitors to only view the pages by typing How can I do this using .htaccess or php to insure that they always receive a secured page? I don't have access to the ReWrite_mod. Any help will be much appreciated.
 
Ok,

How do I turn off the function in Apache that enables it to respond to HTTP?

Thanks for the help!!
 
We have verged off-topic, but I'll answer.

You should have a <VirtualHost> directive which defines a virtual web server for your site using port 80. It may have no port information -- Apache defaults to port 80. Comment out everything from the <VirtualHost> line to the </VirtualHost> line, inclusive. Want the best answers? Ask the best questions: TANSTAAFL!
 
Thanks sleipnir214 You have been quite helpful.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top