Posted by Brian Dunning on 01/11/06 19:33
How do I capture the current displayed URL when it has been changed by mod_rewrite? Example: original (ugly) URL is http://domain.com?id=12345 displayed (friendly) URL is http://domain.com/California When I use 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'] that only gives me the original URL. How do I get the current URL? Thanks.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming