Forum Moderators: phranque
MY url looks like
[mydomain.com...]
Its getting the content of file.php and working fine. But problem with relative path like
content of file.php is
<a href="1.php"> Test </a> This link should be [mydomain.com...]
but it shows [mydomain.com...]
Sorry for bad english. How do i resolve this issue.
Thanks
Mahabub
Thanks
mahabub
[edited by: Mahabub at 5:44 pm (utc) on June 1, 2009]
Change the link to be
[b]/[/b]1.php instead. Now it will strip all of the path off, back to the bare domain name, and then append the new data. Now it will work as you want it.