[users@httpd] Website access without initial www.

2013-09-11 Thread Curtis Vaughan
Using Apache2.2.22 on a Debian7 server. Hosting multiple websites, but have reduced it to just one for now to try to figure out this problem. So, if I go to: www.vostok1.com the website shows up. HOWEVER, if I go to just: vostok1.com from outside our company network, I get the error "Forbidden.

Re: [users@httpd] Website access without initial www.

2013-09-11 Thread Yehuda Katz
Do requests to the non-www site show up in the access or error log? (run tail -n 0 -f /var/log/apache2/*.log and access the bare domain.) There might be something useful there if you compare it with a good request. Additionally, I recommend changing your CustomLog to combined_vh (I think that is w

Re: [users@httpd] Website access without initial www.

2013-09-11 Thread plot.lost
On 11/09/2013 18:46, Curtis Vaughan wrote: Using Apache2.2.22 on a Debian7 server. Hosting multiple websites, but have reduced it to just one for now to try to figure out this problem. So, if I go to: www.vostok1.com the website shows up. HOWEVER, if I go to just: vostok1.com from outside our co