PDA

View Full Version : Site only visible through https, want only visible through http.


jackliddle
2008-06-04, 11:08 AM CDT
I'm setting up a server running FC7 (godaddy virtual host). In /var/www/html/ I have placed index.html (just the word Hello). When I visit through https

https://www.roodac.com

I get my Hello back. When I visit with just http.

http://www.roodac.com

I just see a directory listing, which doesn't contain any files.

I don't believe I need SSL on the site because I won't be doing anything that requires the security. So how do I make it just respond to http query?

Thanks for any help you can give

jackliddle
2008-06-04, 11:28 AM CDT
Oops,

Figured it out now. The box has been set up so that https looks in /var/www/html/ and http looks in a users public_html. I can make this work like I need it now. Sorry for the forum spam.

JohnVV
2008-06-04, 11:30 AM CDT
how did you set up httpd.conf to point to roodac.com
is in what settings did you use
you should see index.html listed
well i was getting a empty file listing but now it is " Boodac"

jackliddle
2008-06-04, 12:07 PM CDT
I have symlinked /var/www/html to /home/userid/public_html