Hi, I suggest to try below line for above example - RewriteCond %{REQUEST_URI} !^/vanityAs your vanity path is starting with vanity so this can be utilized as a pattern to skip such kind of URLs from being rewrite. Add above line before RewriteRule ^/(.*)$ /content/businessunit/branch/locale/home/$...