Hi Singaiah,We tried this rule, page is redirecting but with 404 No resource found and may be because it is trying to find the page under /c/ where it is not existed.RewriteCond %{REQUEST_URI} ^/(.*)/(.*)/c/(.*)$RewriteRule ^/(.*)/(.*)/c/(.*)$ /$1/$2/$3 [L,R=301]As we need to achieve for all country...