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 Link to comment https://forums.phpfreaks.com/topic/121782-apache-choking-on-the-colon-in-a-url-403/ 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. Link to comment https://forums.phpfreaks.com/topic/121782-apache-choking-on-the-colon-in-a-url-403/#findComment-628310 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 Link to comment https://forums.phpfreaks.com/topic/121782-apache-choking-on-the-colon-in-a-url-403/#findComment-628882 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.