Fix display notice error + Hide notice/transcript/video when changing route
<Location /ldap-status> SetHandler ldap-status <%- if scope.function_versioncmp([@apache_version, '2.4']) >= 0 -%> Require ip 127.0.0.1 ::1 <%- else -%> Order deny,allow Deny from all Allow from 127.0.0.1 ::1 Satisfy all <%- end -%></Location>