Error opening guestbook

More
13 years 3 months ago #1942 by SvenBeirnaert
I did everything correct to install the guestbook in my website. But when I try to open it, I get this message (in Google Chroom) but in Explorer HTTP-Error 403 - forbidden
this is the message:
Directory Listing Denied

This Virtual Directory does not allow contents to be listed.

Is there anyone who can help. THX

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #1944 by Pete
Replied by Pete on topic Error opening guestbook
It seems like your web server does not have "index.php" as the default file to open when you navigate to a directory. This is something you will have to fix in apache httpd.conf file.

Alternatively you can place an "index.html" file in the directory, and do html redirect by placing this in it:
Code:
<html> <head><title>Redirecting ... </title> <meta HTTP-EQUIV="REFRESH" content="0; url=index.php"> </head> <body> </body> </html>

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

Time to create page: 0.113 seconds
Powered by Kunena Forum