Hi, Avoid encoding dispatcher URLs - Rewrite rules on Apache web server that attempt to redirect to URLs with special characters such as & or ? or #anchor aren't being redirected properly. For example:RewriteRule ^/we-retail.html /we-retail.html#anchor [R=301,L] To avoid encoding the # character, a...