@raushan123 If I am understanding correctly you want your second rule to be ignored when the request URI begins with /content/test/de/de/.
RewriteRule ^/content/we-retail/de/de/(.*.html)$ https://%{SERVER_NAME}/$1 [NE,R=301,L]RewriteCond %{REQUEST_URI} !^/content/test/de/de/RewriteCond %{REQUEST_URI...