does the log-file for apache errors contain lines like tis?
“client denied by server configuration: /path/to/files”
Then you probably have denied access to the directory in the httpd.conf file.
Allow access by adding:
allow from all
If your are using VirtualHosts then add the directory-block inside the
No comments:
Post a Comment