Jump to content

error .htaccess


quanpq

Recommended Posts

If it says it, it's right... the question is if that's indeed what you're trying to do.What are you trying to do anyway?If the file path is correct, then perhaps what you need to do is allow contents from the folder to be web accessible. Assuming all of your web facing content is under the "www" folder, you should have something like:

<Directory "C:/AppServ/www">Order Allow,DenyAllow from All</Directory>

Link to comment
Share on other sites

You need to add that thing above in httpd.conf, and restart Apache afterwards. Have you done that?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...