Hello, I'm having trouble getting domains to redirect to the proper directory. Everything is pretty much the default and it seems that everything is in order except for this huge problem. My dns servers are set up correctly and I have played around with this thing for about an hour and still to no avail. Here's my httpd.conf:
------------------------------------------------------------------
NameVirtualHost 208.180.154.91:80
<VirtualHost 208.180.154.91>
ServerAlias www.jonnyhost.com
ServerAdmin webmaster@jonnyhost.com
DocumentRoot /home/jonnyhos/public_html
ServerName jonnyhost.com
User jonnyhos
Group jonnyhos
BytesLog /usr/local/apache/domlogs/jonnyhost.com-bytes_log
CustomLog /usr/local/apache/domlogs/jonnyhost.com combined
ScriptAlias /cgi-bin/ /home/jonnyhos/public_html/cgi-bin/
</VirtualHost>
-------------------------------------------------------------------------
this is exacly what whm created when I created my account but it's always going to the success page. Anyone know what I need to do to fix this?



LinkBack URL
About LinkBacks
Reply With Quote




