Jump to content

Apache choking on the colon in a URL - 403


M4ngo

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.