URL problem
Posted: Wed Sep 17, 2008 3:02 pm
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
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