hi there, maybe this one here is a dumm question, but i need the answer:
I'd like that my site (let's say redirects all requests to (let's say) page.php
but I want to know WHICH url the user typed
e.g.
(note that userrequest have no extension [.php, .html ...], meaning: userrequest is no page at all)
I'd like the following to happen:
1. redirect to page.php
2. in page.php with something like echo $_SERVER['REQUEST_URI'] should "/userrequest" appear
could some one help me
(sorry about my lack of apache knowledge)
joaquin
I'd like that my site (let's say redirects all requests to (let's say) page.php
but I want to know WHICH url the user typed
e.g.
(note that userrequest have no extension [.php, .html ...], meaning: userrequest is no page at all)
I'd like the following to happen:
1. redirect to page.php
2. in page.php with something like echo $_SERVER['REQUEST_URI'] should "/userrequest" appear
could some one help me
(sorry about my lack of apache knowledge)
joaquin