Thanks for the reply.

I modified the httpd.conf file, replacing "Deny from all" with "Allow from all" 
in the default <Directory> element, so that section of the config file now 
looks like this:

<Directory />
        Options None
        AllowOverride None
        Order deny,allow
#       Deny from all
        Allow from all
</Directory>

AccessFileNmae .htaccess

<Files ~ "^\.ht">
        Order allow,deny
        Deny from all
</Files

I then tried again having restarted apache.

Still the same problem, I'm afraid.

Cheers


Peter


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of "Andrés G. 
Aragoneses"
Sent: 30 January 2006 14:19
To: [email protected]
Subject: [Mono-list] Re: Apache and Mono - 403 Access Forbidden

Bradley, Peter escribió:
> (...)
> Any ideas?

Have you tried the Apache instruction "Allow from all"?

Regards,

        Andrés  [ knocte ]

-- 


_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to