hi @Aj_9625932 What the below rewrite does is RewriteRule ^/?(.+)$ /in/en/$1 [P] it will looks for something like http://example.com/index.xml from the browser and once it reaches Apache , it adds the in/en so you can point to the right path.So in the end you achieve the same thing removed the in/en...