mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
This is a magical solution to a non-issue (aesthetic), it could easily be introduced by a plugin and is not a good substitute for proper web server configuration. Eg, Apache: ## ## Directory Listing attempts ## DirectorySlash Off RewriteOptions AllowNoSlash ## ## Redirect Trailing Slashes... ## RewriteRule ^(.*)/$ /$1 [L,R=301]