Hi @arvind , Basically below is what you want RewriteRule ^/?old_directory/([a-z/.]+)$ new_directory/$1 [PT,QSA] We added QSA, because we do not want to discard query string.So the final entry which should work should be-RewriteRule ^/?cmsapp/(.*)$ /content/mysite-uk/$1.html [PT,QSA]