RewriteRule packersandmovers/(.*)/$ http://comparelogistic.in/packersandmovers/city/$1
Above is my code for redirecting page
to
but it's not working. Any help would be appreciated.
Put the follwoing code @ query directory :
RewriteEngine On
RewriteRule ^(.*)$ http://exmaple.com/city/query/$1 [L,R=301]
So any page @ http://exmaple.com/query/ will be directory to http://exmaple.com/city/query with same extensions