User tests: Successful: Unsuccessful:
Suppose you have a web server using Joomla where this web server is both reachable via http://www.example.org/ and http:/example.org/. With the current implementation of the redirection plugin you need to define two redirections within the redirect manager component for every page you want to automatically redirect from its old location to its new location:
old page: http://www.example.org/path/to/old/page.html
=> new page: http://www.example.org/path/to/new/page.html
old page: http://example.org/path/to/old/page.html
=> new page: http://example.org/path/to/new/page.html
With my proposed file change it would be sufficient to define only one redirection in this case:
old server-relative page: /path/to/old/page.html
=> new server-relative page: /path/to/new/page.html
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Set to "closed" on behalf of @zero-24 by The JTracker Application at issues.joomla.org
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-09-09 13:39:23 |
@jo-sf can you send your changes against the staging branche? Since the 3.2.x branche is only for security issues?
So i'm closing this PR here.
This comment was created with the J!Tracker Application at http://issues.joomla.org/.