# The administration implementation is a real directory when the project root
# is the web document root. Apache mod_dir would normally redirect /admin to
# /admin/ before the front-controller route completes; some clients retry a
# POST redirect as GET and drop the form body. Keep the public panel URL under
# the router's control instead.
<IfModule mod_dir.c>
    DirectorySlash Off
</IfModule>
