Hello Jan,
I hope you are doing well.
I’ve used your plugin for a while now and can confirmed that it really useful for a lot of people.
I was wondering if you were agree to transfer rights to your plugin so I can made all improvements related to PHP, notice and refresh UI.
And give satisfaction to all you current users.
Of course all credits become to you as it’s your work and you did it well !
Let me know if you are interested in ??
]]>The Monkeyman Rewrite Analyzer plugin is triggering the message
Deprecated: contextual_help is deprecated since version 3.3.0! Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead. in /xxxx/wp-includes/functions.php on line 5088
in WP 5.4.
]]>Hi,
Just found this great plugin, wish I had know about it years ago! Unfortunately it’s starting to show its age (7 years w/o an update) and is giving me PHP notices. I’d like to fix them and update the plugin, however I can’t find a git repo for it. Are you still interested in being the maintainer for this plugin?
Thanks!
]]>Hey man! Great plugin!
I was using your plugin in a Nginx server and was getting index.php
in front of my URLs.
This got me crazy! But I found the fix:
On do_analyze_page
method use got_url_rewrite
for verification instead of got_mod_rewrite
. This function only works for Apache environments.
It would be great if you had a GitHub repository!
I can send you a pull request.
I’ve just started to use both this Rewrite Analyzer plugin and the Redirection plugin by John Godley. I feel a real loss that I can’t set a rule in that plugin and then see how it would work with this one. I understand this plugin is no longer being updated. I’ll try to find time to take a look at the source submit an update proposal, but I don’t expect that to happen anytime soon. ??
]]>Like this post: https://www.ads-software.com/support/topic/plugin-monkeyman-rewrite-analyzer-this-query-variable-is-not-public-and-will-not-be-saved?replies=2
We’d like to know what it means to have GET parameters crossed with a red bar, we didn’t understand the other person’s comment.
Here is a screenshot of what we seee and tested.
https://magikweb.ca/download/hotlink/rewriting.png
Thank you!
https://www.ads-software.com/plugins/monkeyman-rewrite-analyzer/
]]>One of my custom query_vars is displaying this notice:
“This query variable is not public and will not be saved”
What does this mean and what do I do to correct this ?
The pages seem to be redirecting correctly.
GREAT PLUGIN btw.
Thanks
https://www.ads-software.com/extend/plugins/monkeyman-rewrite-analyzer/
]]>Thanks for the plugin, did not know that so many rules are there…
I have added an own rewrite-rule for ajax-requests (only POST is used in this case) in function.php like this
add_action('init', 'my_ajax_rewrite_init');
function my_ajax_rewrite_init() {
add_rewrite_rule('^ajax/$', 'wp-admin/admin-ajax.php', 'top' );
}
and then flushed once using wordpress settings Permalinks menu.
The rewrite mysite.com/ajax/
works fine but I can not see/test it in the Rewrite Analyzer. Why not?
https://www.ads-software.com/extend/plugins/monkeyman-rewrite-analyzer/
]]>It helped me a lot to understand some inner working of rewriting.
It would need a little manual to explain what is doing and few examples to reveal its true potential.
https://www.ads-software.com/extend/plugins/monkeyman-rewrite-analyzer/
]]>Simple, easy to use, LIFESAVER!!!
Thank you so much for creating this.
https://www.ads-software.com/extend/plugins/monkeyman-rewrite-analyzer/
]]>