Closed (duplicate)
Project:
Go - url redirects
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2008 at 16:24 UTC
Updated:
29 Apr 2008 at 11:49 UTC
Add an option - that, if enabled, will delete all leading slashes from gotwo "src" items.
Comments
Comment #1
BioALIEN commentedIt's a problem inherited from Drupal (or apache mod rewrite to be more precise). I don't think your proposal is the correct way to solve this. We can validate against this on submit (before we process the gotwo urls) and throw an error on submit. We need to see how path.module or pathauto.module handle this problem.
Comment #2
BioALIEN commentedMarking as duplicate of #86316: Trailing slash in url give "page not found"
If we prevent trailing slash on submit, then there will be no need to scan through the entire go list again!