Hello
 
I have a domain name the DNS server is set up just fine with aliases (www.domain.com user1.domain.com ETCETC)  in httpd.conf i have added one virutal server this is what i have added
 
<VirutalServer ipaddyofserverhere>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/usernamehere/public_html/
ServerName alias.domainname.com
ServerAlias alias.domainname.com
</VirtualHost>
 
i added the directory /home/username/public_html 
ran a sucessfull chmod -R 755 /home/username/public_html
and now when i try to access server (no matter if i use the new alias or www. or dirrect ip adress) i get a Forbiden 403 error. (or you are not authorised to view this page in IE)
 
HELP
 
Thanks all

Reply via email to