Home > Archive > PHP Language > March 2006 > Strange (to me) URL?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Strange (to me) URL?
|
|
| Arnold Shore 2006-03-19, 6:56 pm |
| Occasionally, I'll see a PHP site url that ends in a numeric value, and it's
not a GET string.
Prbly some server artifact, but I wonder if anyone cd tell us how that
works. Is this Apache's rewrite function?
AS
| |
| Johannes Wienke 2006-03-19, 6:56 pm |
| Am 19.03.2006 18:15 schrieb Arnold Shore:
> Occasionally, I'll see a PHP site url that ends in a numeric value, and it's
> not a GET string.
>
> Prbly some server artifact, but I wonder if anyone cd tell us how that
> works. Is this Apache's rewrite function?
Maybe, would be easier to say if you tell that url.
| |
| [_ '] |_| (_] ]_ |_| (_] 2006-03-19, 6:56 pm |
| "] |_| (_] _['' _['' ]-" /_\ |/_ [. Arnold Shore:
> Occasionally, I'll see a PHP site url that ends in a numeric value, and it's
> not a GET string.
>
> Prbly some server artifact, but I wonder if anyone cd tell us how that
> works. Is this Apache's rewrite function?
>
> AS
some pages place a random query value to prevent caching
- but is that what you mean by "...not a GET string."?
| |
|
| On Sun, 19 Mar 2006 12:15:02 -0500, "Arnold Shore" <Nuthn@away.far>
wrote:
>Occasionally, I'll see a PHP site url that ends in a numeric value, and it's
>not a GET string.
>
>Prbly some server artifact, but I wonder if anyone cd tell us how that
>works. Is this Apache's rewrite function?
A session ID, maybe? Those aren't entirely numeric, though. Do you
have an example URL? If it's something like this,
http://example.com/phpbb/post/15332
...then yeah, the site is using rewrite directives to build
cleaner-looking URIs.
--
<s@guerril.la.ape> (to email, remove .ape)
Apologies for the ad below.
--
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com ***
|
|
|
|
|