hi
ich habe mir jetzt ein paar vHosts eingerichtet, funktoiniert auch prima, aber ich will nicht alles im htdocs haben, rsp. in dem verzeichnis, welches ich als documentroot habe.
das ist etwa so bei mir:
das verzeichniss filegrabber, rsp. das document root des vHost, liegt jetzt aber in einem anderen verzeichnis als der documentroot fürs normale
und da kommt bei mir folgende meldung:
403 Forbidden
Forbidden
You don't have permission to access / on this server.
--------------------------------------------------------------------------------
Apache/2.0.45 (Win32) Server at 127.0.0.2 Port 80
weiss jemand, was da los ist???
ich habe mir jetzt ein paar vHosts eingerichtet, funktoiniert auch prima, aber ich will nicht alles im htdocs haben, rsp. in dem verzeichnis, welches ich als documentroot habe.
das ist etwa so bei mir:
Code:
DocumentRoot "K:/htdocs" [...] NameVirtualHost * <VirtualHost 127.0.0.2> ServerName filegrabber DocumentRoot K:/file-grabber/programm </VirtualHost> <VirtualHost 127.0.0.3> ServerName phpmyadmin DocumentRoot K:/htdocs/require/phpmyadmin </VirtualHost>
und da kommt bei mir folgende meldung:
403 Forbidden
Forbidden
You don't have permission to access / on this server.
--------------------------------------------------------------------------------
Apache/2.0.45 (Win32) Server at 127.0.0.2 Port 80
weiss jemand, was da los ist???
Kommentar