John Godley
@johnny5 on WordPress.org
- Member Since: March 12th, 2005
- Location: London, UK
- Website: johngodley.com
- GitHub: johngodley
- Employer: Automattic
Bio
Contributions
Contribution History
John Godley’s badges:- Core Contributor
- Plugin Developer
- Theme Developer
- Translation Contributor
-
Posted a reply to Redirect Update/Creation Trigger Cache Clean (which function to use), on the site WordPress.org Forums:
As per the guide https://redirection.me/developer/wordpress-hooks/: - redirection_redirect_updated – Action fire when a redirect is updated/created…8 hours ago
-
Posted a reply to Regular expression not working, on the site WordPress.org Forums:
Details for that here: https://redirection.me/support/problems/url-not-redirecting/23 hours ago
-
Posted a reply to Regular expression not working, on the site WordPress.org Forums:
You don't need to escape the / character. Have you cleared your browser cache?23 hours ago
-
Posted a reply to excluding redirect when logging in as admin, on the site WordPress.org Forums:
The site relocate feature will do this for you: https://redirection.me/support/site-options/1 day ago
-
Posted a reply to Regular expression not working, on the site WordPress.org Forums:
Please see the guide, specifically the section about testing expressions and escaping characters. https://redirection.me/support/redirect-regular-expressions/1 day ago
-
Posted a reply to Possible to match only a category /category/ or /post-category/, on the site WordPress.org Forums:
What have you tried that doesn't work?1 day ago
-
Posted a reply to Possible to match only a category /category/ or /post-category/, on the site WordPress.org Forums:
You can find details here: https://redirection.me/support/redirect-regular-expressions/1 day ago
-
Posted a reply to excluding redirect when logging in as admin, on the site WordPress.org Forums:
It's not really clear what you are trying to do, but if you are redirecting…1 day ago
-
Posted a reply to Match by role/capability, on the site WordPress.org Forums:
You would need one redirect per rule you want to check. Probably, it is up…1 day ago
-
Posted a reply to Upgrade database programmatically on installation, on the site WordPress.org Forums:
I've tracked it here: https://github.com/johngodley/redirection/issues/30453 days ago
-
Posted a reply to limit redirect to one time to prevent loop, on the site WordPress.org Forums:
It is not possible to limit a redirect. Instead you will need to ensure your…4 days ago
-
Posted a reply to How to pass string in URL as parameter to new URL, on the site WordPress.org Forums:
You can use a regular expression to capture from the source and pass to the…4 days ago
-
Posted a reply to RENEW SITE, on the site WordPress.org Forums:
You can find documentation for the plugin here: https://redirection.me/support/5 days ago
-
Posted a reply to Compatibility with Pretty Links Plugin, on the site WordPress.org Forums:
I've never used that plugin so can't really provide any information. There's no reason they…5 days ago
-
Posted a reply to Content-Security-Policy warning, on the site WordPress.org Forums:
It's not something I can really advise about as it is specific to the needs…6 days ago
-
Posted a reply to Redirection not showing 404 errors or log, on the site WordPress.org Forums:
Have you enabled the logging option?6 days ago
-
Posted a reply to Content-Security-Policy warning, on the site WordPress.org Forums:
You can change the setting to be whatever you need.6 days ago
-
Posted a reply to Unable to disable plugin or redirect, on the site WordPress.org Forums:
If you have deleted the redirect and the plugin then it is not redirecting anything.…6 days ago
-
Posted a reply to Redirect lowercasing query parameters, on the site WordPress.org Forums:
The plugin does not change the case of the target query parameters. Do you have…7 days ago
-
Posted a reply to Not showing the condition logged or loggedout, on the site WordPress.org Forums:
Can you provide more details? I don't really understand the problem. What is not working?1 week ago
-
Posted a reply to Not showing the condition logged or loggedout, on the site WordPress.org Forums:
What redirect are you creating that isnt showing conditional logic?1 week ago
-
Posted a reply to Redirect /123/ but not /test/123/, on the site WordPress.org Forums:
You will need to create a regular expression that matches your needs: https://redirection.me/support/redirect-regular-expressions/1 week ago
-
Posted a reply to Auto Disable if Old URL is Recreated, on the site WordPress.org Forums:
You will need to connect whatever software you are using to enable/disable redirects.1 week ago
-
Posted a reply to mapping path to subdomain, on the site WordPress.org Forums:
The support site is probably going to be more useful: https://redirection.me/support/redirect-regular-expressions/1 week ago
-
Posted a reply to rediret from anchored url to non anchored, on the site WordPress.org Forums:
As I mentioned above, that is impossible. The only thing you can do is use…2 weeks ago
-
Posted a reply to rediret from anchored url to non anchored, on the site WordPress.org Forums:
It is impossible to create a redirect for the anchor. This is not a restriction…2 weeks ago
-
Posted a reply to Regex if the link contains ?qr=, on the site WordPress.org Forums:
It's very hard to keep track when you re-edit responses. As stated above, when you…2 weeks ago
-
Posted a reply to Regex if the link contains ?qr=, on the site WordPress.org Forums:
Ok, so you have solved the problem?2 weeks ago
-
Posted a reply to Regex if the link contains ?qr=, on the site WordPress.org Forums:
Ok, you changed them afterwards. My above comment still applies. https://hidden.no/markers/ does not work2 weeks ago
-
Posted a reply to Regex if the link contains ?qr=, on the site WordPress.org Forums:
Is that the real URL? If not can you give a real URL.2 weeks ago
-
Posted a reply to Regex if the link contains ?qr=, on the site WordPress.org Forums:
Redirection needs to run for a URL to be redirected. Nothing is running for that…2 weeks ago
-
Posted a reply to Regex if the link contains ?qr=, on the site WordPress.org Forums:
Sure, nothing is happening for that URL, and WordPress isn't running. Redirection will only work…2 weeks ago
-
Posted a reply to Regex if the link contains ?qr=, on the site WordPress.org Forums:
The first looks like it will work. Have you cleared your browser cache?2 weeks ago
-
Posted a reply to ?utm_source redirection to parent post, on the site WordPress.org Forums:
You don't need an option to redirect to the parent. You can change where it…2 weeks ago
-
Posted a reply to ?utm_source redirection to parent post, on the site WordPress.org Forums:
Sure, you can redirect to any URL you want. How is a random URL related…2 weeks ago
-
Posted a reply to Help with RegEx, on the site WordPress.org Forums:
You can find information about regular expressions here: https://redirection.me/support/redirect-regular-expressions/2 weeks ago
-
Posted a reply to Archive redirection, on the site WordPress.org Forums:
What expression did you try?3 weeks ago
-
Posted a reply to bypass redirection, on the site WordPress.org Forums:
If you are using wp_redirect to perform a redirect then Redirection is not involved.3 weeks ago
-
Posted a reply to bypass redirection, on the site WordPress.org Forums:
Ok, so if I understand you have a redirect, and you are using a filter…3 weeks ago
-
Posted a reply to bypass redirection, on the site WordPress.org Forums:
I'm not sure exactly what you mean, bypass in PHP? How are you using those…3 weeks ago
-
Posted a reply to How to use RegEx in Query String, on the site WordPress.org Forums:
It is no different than any other URL - your regex has to match the…3 weeks ago
-
Posted a reply to Cached Redirection detected, on the site WordPress.org Forums:
When you access the JS file here: https://aqara.ru/wp-content/plugins/redirection/redirection.js?ver=5.1.3-81f455fc2a8faec560fb955b29f9a717 It says 4.7 at the top. It…3 weeks ago
-
Posted a reply to PHP 8.0 Parse error, on the site WordPress.org Forums:
@jondennis you need the beta version, as mentioned above3 weeks ago
-
Posted a reply to Export only a group, on the site WordPress.org Forums:
As mentioned, it's not possible to export by group.3 weeks ago
-
Posted a reply to Export only a group, on the site WordPress.org Forums:
You can use the 'everything' dropdown shown here to export by group type: https://redirection.me/support/import-export-redirects/ You…3 weeks ago
-
Posted a reply to Redirect error 307, on the site WordPress.org Forums:
I can't say why something outside of Redirection is not working, but you can try…3 weeks ago
-
Posted a reply to Redirect error 307, on the site WordPress.org Forums:
The check information you gave above shows it for a .html file. What redirect have…3 weeks ago
-
Posted a reply to “Add Security Presets” in “Site” tab does not work, on the site WordPress.org Forums:
Your site now has security headers applied to it. curl -I https://www.datanumen.com/x trunk ✭ HTTP/2…3 weeks ago
-
Posted a reply to Redirect error 307, on the site WordPress.org Forums:
The checker shows https://www.doorstepinc.net/index.html but you say you want it for https://www.doorstep.net/ which is a…3 weeks ago
-
Posted a reply to PHP API Red_Item parameters update – something changed, on the site WordPress.org Forums:
Is the fromURL an absolute URL? If it is, and the domain or protocol is…3 weeks ago
Developer
-
Advanced Permalinks
Active Installs: 1,000+
-
AJAX Calendar
Active Installs: 1,000+
-
Audit Trail
Active Installs: 10,000+
-
Crowdsignal Polls & Ratings
Active Installs: 10,000+
-
Extended Comments Widget
Active Installs: 50+
-
HeadSpace2 SEO
Active Installs: 10,000+
-
HTML Purified
Active Installs: 100+
-
Jump To
Active Installs: Less than 10
-
Layout Grid Block
Active Installs: 100,000+
-
PageView
Active Installs: 2,000+
-
Pirates Ahoy!
Active Installs: Less than 10
-
Redirection
Active Installs: 2+ million
-
Rename Media
Active Installs: 200+
-
Search Regex
Active Installs: 200,000+
-
Sharedaddy
Active Installs: 700+
-
Sniplets
Active Installs: 70+
-
Tidy Up
Active Installs: 90+
-
User Permissions
Active Installs: 100+
Contributor
-
Filled In
Active Installs: 100+
-
GuangzhouActive Installs: 20+