dj technics
Gebruiker
- Lid geworden
- 1 sep 2007
- Berichten
- 367
he,
ik heb apache geïnstalleers aan de hand van het phpdev pakket.
op de pc zelf als ik naar http://localhost surf gaat die goed.
maar als ik op een andere pc naar http://mijnIP surf krijg ik de melding:
ik heb gezocht en op iedere guide waar ik op terecht kom zeggen ze dit
maar dit gaat over de toegang vanop de apache server zelf en dit is wat ik terug vind in die conf.httpd.conf file:
hoe kan dit komen?
dj technics
ik heb apache geïnstalleers aan de hand van het phpdev pakket.
op de pc zelf als ik naar http://localhost surf gaat die goed.
maar als ik op een andere pc naar http://mijnIP surf krijg ik de melding:
Forbidden
You don't have promission to access / on this server
ik heb gezocht en op iedere guide waar ik op terecht kom zeggen ze dit
Search your conf/httpd.conf file for this exact string: <Files ~>. If you find it, that's your problem -- that particular <Files> container is malformed. Delete it or replace it with <Files ~ "^\.ht"> and restart your server and things should work as expected.
maar dit gaat over de toegang vanop de apache server zelf en dit is wat ik terug vind in die conf.httpd.conf file:
<Files ~ "^\.ht">
Order allow,deny
Deny from all
Satisfy All
</Files>
hoe kan dit komen?
dj technics