Url redirection in PHP
- by Aruna
hi,
i am having a url like
http://localhost/joomla/Joomla_1.5.7/index.php?option=com_content&view=section&layout=blog&id=3&Itemid=55
and i want to redirect this to
http://localhost/joomla/Joomla1.5/index.php?option=com_content&view=section&layout=blog&id=3&Itemid=55
Not only this redirection but whenever i have anything next to Joomla_1.5.7/ i am trying to attach that to Joomla1.5 ..
How to do this in PHP ....
How to identify that the url contains something after Joomla_1.5.7 to get it??