I'm having a problem with Apache server 2.4.9 error number 403
.
i've been trying to fix it on my own using all this solutions:
.htaccess
file.httpd.conf
.chmod +775
www folder.windows/system32
Here is my configuration in httpd.conf
:
Require all granted
And the httpd-vhosts.conf:
Require all granted
Add the "require all granted" in your vhost configuration inside the directory.
<VirtualHost *:80>
HostName test.test.de
DocumentRoot /var/www/xxx/
<Directory /var/www/xxx>
Require all granted
</Directory>
</VirtualHost>
Adding VirtualHost fails: Access Forbidden Error 403 (XAMPP) (Windows 7)