I am trying to redirect from an old link to a new link via htaccess (because the sharemaps plugin somehow does not work the way it should if I want to change the *.xml file). Anyway...
Adding this to my htaccess:
Redirect 301 /sharemaps/view/6917/mapexample https://www.mysite.com/sharemaps/view/6922/mapexample
leads to this:
https://www.mysite.com/sharemaps/view/6922/mapexample?__elgg_uri=sharemaps/view/6917/mapexample
How comes I geth this "?_elgg_uri=" - which I do not want in this case
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Hanzolo@Hanzolo
Hanzolo - 0 likes
You must log in to post replies.Giving it a wild guess: It might be the plugin Legacy Urls causing this (see https://github.com/Elgg/Elgg/pull/8498/commits/0c7687acdf1f92066af0fc9cb32673e8da0f8859)
But deactivating it does not help anything so far.