markstockley
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] redirect by ip?This sounds like something beyond the scope of the redirection plugin that you should do with mod_rewrite rules (https://httpd.apache.org/docs/2.4/rewrite/remapping.html).
Your RewriteCond directive should check that %{REMOTE_ADDR} matches the IP address you want to target.
Forum: Plugins
In reply to: [Redirection] WordPress database error Table … doesn't exist for queryYes.
I checked the error log, requested the home page of site 7, checked the error log again and saw the error. I then network deactivated the plugin, visited the home page of site 7, checked the log again and there were no new entries. I then network activated the plugin, visited the home page of site 7, checked the log again and saw a new error.
Kind regards
M.
Forum: Plugins
In reply to: [Redirection] WordPress database error Table … doesn't exist for queryThe problem predates 2.4.1, it’s certainly been happening for months but I couldn’t tell you exactly when it started (I don’t have direct access to error log).
I don’t recall seeing any error messages when installing nor exactly when I installed it. All I can say for sure is that it’s one of my ‘must have’ plugins and I normally install it as a matter of course when setting up a new site.
I have just created test redirects on both the parent site and a child site (site id 2) – both worked correctly.
If I run “SHOW TABLES LIKE ‘wp_2_redirection_%'” I get the following tables listed:
wp_2_redirection_404
wp_2_redirection_groups
wp_2_redirection_items
wp_2_redirection_logsKind regards
M.
Forum: Fixing WordPress
In reply to: Translation PluginsI’m also looking for a Machine Translation option and have come across this issue with qTranslate losing its machine translation facility recently.
It’s purely speculation on my part but Google are stopping their free translation API on the 1st December 2011 and it’s possible qTranslate have removed it in anticipation of that.
Google will be offering a paid-for translation API after that but at that point I guess it becomes a more direct competitor to qTranslate’s revenue stream.
M.
Forum: Fixing WordPress
In reply to: Translation PluginsSamuel B what version of qTranslate are you running?
I’m trying to work out which version of qTranslate was the last to have machine translation in it, see if I can’t hack that and the current version together.
M.