I just started up my computer and Apache in XAMPP no longer works. I suspect is has something to do with the fact that I accessed a server for my parents website earlier today for the first time.
The error log is giving this message:
[Sun Aug 04 09:15:35.889700 2013] [authz_core:error] [pid 5088:tid 1776] [client ::1:58124] AH01630: client denied by server configuration: C:/Users/James/Desktop/Container/XAMPP/apache/icons/folder.gif, referer: http://localhost/Triiline1/
I changed this part of the httpd.conf
, based off of these:
client denied by server configuration and Apache: client denied by server configuration
<Directory "C:/Users/James/Desktop/Container/XAMPP/cgi-bin">
AllowOverride All
Options None
Require local
</Directory>
I tried require all granted
and require local
, no results.
MySQL still functions in XAMPP. How can I fix this?
UPDATE:
Several hours later, I open XAMPP, click start, and it works fine. No clue. I am interested if anybody has an explanation or a solution if this happens again.