0
votes
2answers
37 views

403 Forbidden when using a dir wildcard

I am using a wild card so that I do not have to create a dir listing for each folder I create I can access folder.dev/index.html correctly but when I try to access folder.dev I am getting a 403based ...
0
votes
2answers
508 views

Having trouble with my virtual host set up of phpmyadmin with apache

I have lampp and wordpress installed correctly. When I attempt to navigate to http://localhost/phpmyadmin I get a 403 permission denied error. I can access the two sites available in my virtual host ...
0
votes
1answer
186 views

Apache returns 403 Forbidden for alternative port vhost

I'm having an issue getting vhosts to work on Apache 2.2, Debian 6. I have two VirtualHosts, one on port 80 and one on port 8888. The port 80 one has been created automatically by DirectAdmin, the ...
0
votes
1answer
356 views

Trying to play with apache virtual hosts, getting access forbidden errors

I'm just messing around with virtual hosts on my XAMPP + Apache install on Windows to make it work so that http://disko.local redirects to a folder in my PC where the project's files are stored. I've ...
0
votes
1answer
549 views

Apache2 VirtualHosts 403 Oddity

I'm sure this is something I should already understand, but I'm finding myself confused. The configs in play add up to this: NameVirtualHost *:80 Listen 80 <VirtualHost *:80> ...
0
votes
4answers
821 views

Ubuntu: Apache access forbidden error

I've been experiencing a problem with my virtual hosts, I don't understand why apache looks for /home/* directory if my virtualhosts' directory is somewhere else? tail -f ...