Hi,
I am after a way to retrieve the exact URL that the user entered to get to my page.
Example:
No matter what extension the user enters it will always run Index.php
http://website/anything.anyextensionI need to be able to trap the anything.anyextension part.
Any Help Would Be Greatfully Received.
Thanks
-Fallen
Comments
:
: I am after a way to retrieve the exact URL that the user entered to get to my page.
:
: Example:
: No matter what extension the user enters it will always run Index.php
:
: http://website/anything.anyextension
:
: I need to be able to trap the anything.anyextension part.
:
: Any Help Would Be Greatfully Received.
:
: Thanks
: -Fallen
:
index.php will be called when anything is entered in case you use Apache's mod_rewrite. When doing that, find a way to pass the real URL to index.php. I see no other way of doing this
[hr][red][italic][b]N[/b][/red][blue]et[/blue][red][b]G[/b][/red][blue]ert[/italic][/blue][hr]