Hi
I have a custome CMS widget where I retrieve the current url with:
In the CMS it works fine and returns urls like /articles/mybluecar.htmlPHP Code:$currenturl = $_SERVER["REQUEST_URI"];
echo $currenturl
but when I use this code on FORUM section $currenturl returns:
showthread.php?post=123
How can I retrieve the SEO friendly url in the forum section? is this not ok:
?PHP Code:$currenturl = $_SERVER["REQUEST_URI"];
please help.
thanks


LinkBack URL
About LinkBacks





Reply With Quote
