Edit :
I want to redirect a url
to : www.example.com/location/sydney
from: www.example.com/rss.php?pickup=sydney
Problem is i cant get $_GET['pickup'] value from www.example.com/location/sydney and also location will also change for eg: it may be cairns,london etc. I have a file called rss.php in that i will get the value from $_GET['pickup'].
I tried this :- Redirect /location http://deals.vroomvroomvroom.com.au/rss.php
but it gives me a url :- http://deals.vroomvroomvroom.com.au/rss.php/sydney
when i type in the url www.example.com/location/sydney