http://www.example.com/justridesbeta/jstride/vehicle
to
http://www.example.com/justridesbeta/addride
using htacc
if ($_SERVER['REQUEST_URI'] == '/justridesbeta/jstride/vehicle') { header("Location: http://www.example.com/justridesbeta/addride"); exit; }
if you really need that