Source URL: /page vs /page/
-
Something odd occurs quite frequently.
Most of the time, when I input, for example, /page to go to /page/subpage it works when the user attempts to access both /page and /page/ (with trailing slash). This is ideal functionality.
However, quite randomly [it seems], when the user tries to access /page/ it will take them to a 404.
To combat this I input 2 redirections per page:
Redirection 1: /page –> /page/subpage
Redirection 2: /page/ –> /page/subpageIs there a method to this madness – a way to keep only one entry per page? Or are 2 redirections per page necessary?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Source URL: /page vs /page/’ is closed to new replies.