Forum Moderators: phranque
i am into a strange problem. just got a new dedicated server currently with 1 ip only. now when i access the server using
[ipaddress...]
it,as it shoud,goes to default installation page and its all default httpd.conf configuration. documentroot is
/var/www/html
now when i add a virtual server and set its document root to lets say
/home/me/root
and then restart apache and try to access my domain which i defined in that virtual server, it says
Forbidden
You don't have permission to access /index.php on this server.Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
and another strange thing is that when i define virtual server then even if i access server using ip as i did before it gives me same forbidden message.
When i delete virtual server that default server gets ok. have any idea why it is so? i mean i gotta define dozens of virtual servers over there and it isnt letting me define even 1?