Hi, I have a ispconfig 3 server and one of my clients can't connect to the site. It appears: "Error - 403", but from other IP address it's OK. It's stoped to work, but it worked. I don't now what happened. Log file: [Tue Oct 07 16:19:32 2014] [error] [client 189.45.39.165] client denied by server configuration: /var/www/microshopnet.com.br/web/site/ Sorry about my poor english, I'm brazilian
It's an old setup by an old employee. Running Ubuntu Server 11.10 but... from my machine this site works. from the client network, appears "error 403".
Check if the site has any .htaccess files. Maybe there are some IP based restrictions in them. Check also the apache directives field of this website.
htaccess redirect 301 /index.htm http://example.com/site/ redirect 301 /intranet/index.htm http://example.com/site/intranet-access/ redirect 301 /intranet/index.html http://example.com/site/intranet-access/ redirect 301 /webmail http://example.com/webmail redirect 301 /email http://example.com/webmail redirect 301 /mail http://example.com/webmail how to check apache directives?