Page 1 of 1

URL problem

Posted: Wed Sep 17, 2008 3:02 pm
by stephhalle
Hi there,

I have a website coded in PHP/mySQL. I have a really weird problem with my URL encoding. Sometimes, the page opens without a problem, sometimes it gives me an "HTTP 404 Not Found" error.

This URL, for example, works every time:
http://www.mydomain.com/fr/easieflip/ca ... php?SSK=38

but if I just change the SSK value by adding 1 or 2 zeros, it gives me a 404, like so:
http://www.mydomain.com/fr/easieflip/ca ... hp?SSK=380
AND
http://www.mydomain.com/fr/easieflip/ca ... p?SSK=3800

But the SSK=38000 doesn't give an error.

Does this make any sense? Is there something really obvious that I'm missing?

Thanks so much,

Steph

Re: URL problem

Posted: Wed Sep 17, 2008 6:28 pm
by josh
stephhalle wrote:an "HTTP 404 Not Found" error.
be more specific, is the PHP code outputting a 404 header, or is the webserver respoding with it's default 404 handling page. What info is ascertained from examining your server log file? What webserver are you using? Are you currently using any URL rewriting features?