amnl / router-unslash
This Bundle redirects user who have mistyped the URL a bit
Installs: 169
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 0
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=5.3.2
- symfony/framework-bundle: ~2.3
This package is not auto-updated.
Last update: 2020-08-17 08:18:22 UTC
README
When I tested one of my websites with Nibbler it gave the following useful advice:
Adding or removing a trailing slash to all URLs of this site returns an error page (404). This is OK as no content is being duplicated, but visitors might try browsing to the pages of this website with or without a trailing slash. Ideally, the alternate URL should redirect to the correct page.
So I created this easy bundle that automates these kind of redirects.
Configuration
Below you will find the default configuration
# Router Unslash amnl_router_unslash: permanent: false # True = 301, False = 302 public: true # Public cache? maxage: 1800 # Cache-Control max-age smaxage: 21600 # Cache-Control s-maxage