Proposed Enhancement: query strings
-
Hello,
Thank you for this plugin. I used it and once I found out that I had to add the redirect to every page it works great.
I had to modify it for my application because I have query strings. I made the change here on line 287 of the equivalent-mobile-redirect.php file
else {wp_redirect( $data['url'] . '?' . $_SERVER['QUERY_STRING'] , 302) ;
This is a useful change I think, in general. It would be great if you could add it to your plugin features.
Also, on the site in question, there is no home page, just a template, so I can’t set a redirect on the homepage. It would be great if you could support a general redirect that could be overridden on a page basis using the existing mechanism you have in place.
Thanks again.
https://www.ads-software.com/plugins/equivalent-mobile-redirect/
- The topic ‘Proposed Enhancement: query strings’ is closed to new replies.