On this page Issue Environment Resolution Applies to: Experience Manager 在中国购买的 Creative Cloud 产品不含 CC 桌面应用程序中的 Creative Cloud 移动应用程序和在线服务及相关功能。 Issue Rewrite rules on Apache 2.4 web server that attempt to redirect to URLs with anchors aren't being redirected properly. For example: RewriteRule ^/test.html /test.html#anchor [R=301,L] Environment AEM Dispatcher module installed in Apache HTTP Server 2.4 Resolution To avoid encoding the # character, add the NE flag to the rewrite rules: RewriteRule ^/test.html /test.html#anchor [NE,R=301,L] Twitter™ and Facebook posts are not covered under the terms of Creative Commons. Legal Notices | Online Privacy Policy