Open jonathan-s opened 9 years ago
Problem with trailing slashes, I want the trailing slashes to be redirected to the real page without trailing slash rather than giving a 404 page.
One option would be to create a 404 page with a javascript that checks the current url and then redirects to the url without a slash.
Perhaps using meta refreshes?
Problem with trailing slashes, I want the trailing slashes to be redirected to the real page without trailing slash rather than giving a 404 page.
One option would be to create a 404 page with a javascript that checks the current url and then redirects to the url without a slash.