Page 1 of 1

https:// and http://

PostPosted: 20. April 2005 23:20
by Granden
How do I "turn off" the http:// so just the https:// works.

Maybe a bit unclearly but here is an example

Example
https://mydomain.com [Works]

http://mydomain.com [Shall not work]

PostPosted: 22. April 2005 00:46
by prathapml
Open "\xampp\apache\config\httpd.conf"
scroll down to find the line, "Listen 80"

Maybe commentiong out that line will do what you want....