cyberoptik
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Redirects not saving properly (but most are)Looking @ this item in phpmyadmin, the ‘Action Data’, instead of being the end URL… is this:
a:3:{s:8:”url_from”;s:0:””;s:11:”url_notfrom”;s:0:””;s:6:”server”;s:0:””;}
I manually changed this to the proper url, however even deleting and trying to recreate this redirect in the plugin caused the same issue.
I can’t remember the previous redirect I had to do this with, but the only thing I can think of is that it’s either just a random bug or there’s a conflict w/ there being ‘https’ in the redirect (potentially an issue w/ my ssl redirection plugin of the hosts built in ‘force https’).
Forum: Plugins
In reply to: [Redirection] extras after page url breaking redirectWorked for me, thank you @cyberoptik
Forum: Plugins
In reply to: [Redirection] extras after page url breaking redirectUpdate:
The route I mentioned also passes along those variables, so if someone goes to:
/web-design/how-to-do-your-own-wordpress-updates.html?var=12312312
they get forwarded to:
/new-page-url/?var=12312312
How do I strip out those variables?
Forum: Plugins
In reply to: [Redirection] extras after page url breaking redirectIt looks like the proper way to handle this is to simply have that ‘original’ url be:
/web-design/how-to-do-your-own-wordpress-updates.html*
And enable the ‘regex’ checkbox.
If I’m incorrect, or if there’s a better way, please let me know :). TYIA.