Forum Moderators: phranque

Message Too Old, No Replies

Erro 403 message

I get a Forbidden Error 403 message

         

zim3

12:57 pm on Mar 26, 2005 (gmt 0)

10+ Year Member



I have created a sub domain ie: mydomain/me. I can view the domain ok. However, I cannot view the /me. It gives me the message:

Forbidden, You don't have permission to access /blabla/ on this server.

I have added an ascii file .htacess with options +indexes within, no joy.

Any help?

sitz

3:39 pm on Mar 26, 2005 (gmt 0)

10+ Year Member



"You don't have permission to access /blablah/" or "You don't have permission to access "/me"?

If the latter, it's quite likely that Apache isn't configured to allow the Options directive in your .htaccess file (I know I disable that on all the multi-user servers I run). If you have write access to your httpd.conf, you can enable Indexes there. If you *don't*, you can ask the owner of the system to enable Indexes for your site.

If it actually says "/blablah/" when you're trying to access "/me", something a bit stranger is likely going on.

zim3

6:32 pm on Mar 26, 2005 (gmt 0)

10+ Year Member



Hi

Thanks 4 ur response.

I have full access to the system, how do i access httpd.conf to edit it?

sitz

11:15 pm on Mar 28, 2005 (gmt 0)

10+ Year Member



If you have access to the httpd.conf, you should have read access to the error log. Watch the errorlog when you get this error; that should point you in the in the right direction.