Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
215 views

Make Plone give proper 403 Forbidden errors

Default Plone behavior is to display login box when the user tries to access content for which he or she does not have permission. How to change this behavior so that instead and Unauthorized page is ...
1
vote
1answer
193 views

Website is ignoring System.Web.HttpForbiddenHandler and allowing download of web.config

My website is allowing the web.config file to be downloaded. However in my C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\web.config file I have this line <add path="*.config" verb="*" ...
1
vote
1answer
444 views

CastleProject *.vm HttpForbiddenHandler not work

I try to use HttpForbiddenHandler to block the file without success. The web.config is as follows: <httpHandlers> <add verb="*" path="*.ashx" ...
0
votes
1answer
43 views

403 Forbiddenh in Client's Server

In my application when i sending mail forbodden error message is displayed This is my ajax code $.ajax({ type: "POST", url: ...
0
votes
0answers
125 views

Magpie PHP parsing - You don't have permission to access this server

I've jumped through all the other hoops, but can't overcome this one. Magpie_debug immediately produces the error when trying to parse any URL. I'll keep looking, if i find an answer I'll post. ...
0
votes
0answers
2k views

WAMP Apache 403 Forbidden error

I have recently changed from Windows XP to Windows 7 and have reinstalled WAMP server on my localhost testing pc. I have copied over my backup site too and this is working correctly. I have installed ...