Posted by Mateusz Markowski on 11/16/06 08:08
On 11 Lis, 18:38, "brett" <acco...@cygen.com> wrote:
> > If you have such address: blog/index.php/2006/10/23/application, the
> > request that will be sent to your server will look like this:
> > /index.php/2006/10/23/application
> > so your server won't know that user wants:
> > /index.php/2006/10/23/application-softwareCorrect. That's my question - how to I check for the URL,
> "/index.php/2006/10/23/application"? Which server variable should I
> check?
>
As I wrote in my previous post: $_SERVER[REQUEST_URI]
[Back to original message]
|