Monika: Lokaler Apache als online host

Beitrag lesen

Hallo Ashura,

also das Webprojekt liegt unter c:\apache_hosting

Nun bekomme ich sogar eine Verbindung aber auch eine Fehlermeldung:

Not Found

The requested URL / was not found on this server.

Die indexdatei unter c:\apache_hosting ist index.html und auch als Directory index in der conf angegeben. Warum findert der das Projekt nun nicht?

In der conf steht:

DocumentRoot "c:/apache_hosting"

This should be changed to whatever you set DocumentRoot to.

<Directory "c:/apache_hosting">

Was mache ich da falsch?