Web Hosting Talk







View Full Version : Question


CyberWorldHosting
01-18-2009, 09:28 PM
I don't know if this is the right place for this.
I am trying to access a file and I get this.
You don't have permission to access /newad.jpg on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
any help is appreciated.

bager
01-18-2009, 10:30 PM
It means that the user that the server runs under does not have read permissions to that file.
chmod 644 filename
to fix this, or can be other issue like blocked file with htaccess, or other settings.

CyberWorldHosting
01-18-2009, 10:52 PM
I figure out the problem it had to do with the .htaccess file.
thanks for your help though.