In a multisite setup, on a site with prefix /es/.
Enable redirections plugin across network.
Within /es/ site CMS, configure a redirect from location ‘lorem/ipsumes’ and save the redirect.
You’ll see the redirect from url got trimmed to ‘lorem/ipsum’, and similar behaviour can be seen for the url:
‘lorem/ipsumes/123es’ which becomes ‘lorem/ipsum123’
It looks like its replacing the sites prefix from my source url on save. I’ve managed to force the correct configuration for my redirect by updating the value directly in the database: but im pretty certain this should be fixed.
]]>Having created some redirects, I wanted to edit a redirect and so clicked edit, the view refreshed and I was left looking at the redirects list view, which i can repeat ad infinitum.
I can click edit on any redirect on any site in my network, and the list view resets.
The setup is a multisite installation, with the plugin enabled across the network. No errors are in the console, no resources appear to be blocked from loading. The only indication that something odd is happening is that there are multiple get requests to the edit view in the network tab in my browser, the first one never returned and the second contained the list view response.
]]>Hello,
When installing Rankmath SEO, I see there is an option for Redirections.
Is this the same as this plugin?
Does this mean that if I install Rankmath SEO and activate Redirections from there I won’t need this plugin?
I need to redirect specific URLs of old posts that have been deleted and send them to other posts instead and wondering whether I’ll need this plugin or of I may perform this simply with Rankmath SEO.
Thanks.
]]>Hello,
I was wondering if there is anyway to bulk upload redirects to RankMath, e.g. from a CSV file.
Thanks!
]]>Why not write directly to .htaccess like redirection plugin. To make the redirects safe to run through a plugin. And better performance to run on server level to not occupy the php workers and bloat the database.
Export to htaccess is an old feature. Improve this please and you might come out as one of the better redirection plugins for WordPress. If you add support to write directly to htaccess all apache users or reverse proxy users with Apache would be happy.
Please do also consider adding categories and group and support for multilingual so it only shows redirects based on the country in the backend etc.
Would highly consider this plugin if you sorted those things.
]]>Line 219 of includes/admin/class-import-export.php
attempts to use the class \RankMath\Redirections\DB
which does not exist. This results in a white-screen whenever imports are attempted.
Chaging it to \RankMath_Redirections\Redirections\DB
fixes the problem.