M4ngo Posted August 28, 2008 Share Posted August 28, 2008 OK - this seems weird but I still do not folly understand what is going on here. I am using a PHP framework (CakePHP) which required a colon be passed to separate named parameters. Like this: http://username.localhost/cakejunction/p1:1/p2:value2 However, when I introduce this - I immediately get a 403 Permission Denied from Apache. Even if I dumb this right down to this: http://localhost/p1:1 It chokes and gives a 403 (Permission denied error). It should give a 404 (FNF). Any ideas? WinXP Apache 2 Quote Link to comment Share on other sites More sharing options...
akitchin Posted August 29, 2008 Share Posted August 29, 2008 i believe it's forbidden because it assumes you're trying to access a service on a certain port. i get a 403 as well when attempting the same on my localhost. Quote Link to comment Share on other sites More sharing options...
steviewdr Posted August 29, 2008 Share Posted August 29, 2008 Maybe this will help: http://groups.google.co.uk/group/cake-php/msg/c9a1458c39a3dbe1 -steve Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.