HTML gevorderde | 
                         | 
                        sliphead schreef: [..quote..] 
[..quote..] 
.
 
Waar heb je de pagina opgeslagen?    
Idd, @ts je moet zien dat je httpd.conf  in c:\wamp\apache\conf de DocumentRoot en Directory juist hebt waar je file hebt staan. 
 
Citaat: # DocumentRoot: The directory out of which you will serve your 
# documents. By default, all requests are taken from this directory, but 
# symbolic links and aliases may be used to point to other locations. 
# 
DocumentRoot "C:/wamp/htdocs" 
 
 
# This should be changed to whatever you set DocumentRoot to. 
# 
<Directory "C:/wamp/htdocs">  |