A tool to debug and test mod_rewrite (.htaccess) directives [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionAlthough being a decent web developer, I and most of my colleagues always struggle with basic tasks when using mod_rewrite.
I read the manuals and understood most of it, however most skills I've learned in life are by doing. The trouble is, there's no eas开发者_开发知识库y way to debug the configuration. Most of the time if I succeed at configuring the .htaccess
file it's by sheer random luck not by trial and error.
I realize one can read Apache error logs or pass rewriteRule results to GET parameters and present them in say, PHP files, but that's inconvenient and slow.
So, the question. Is there a tool for writing and debugging .htaccess
directives? Update: given that questions asking for libraries and similar are frequently closed as out of scope for SO, is there a more general technique for doing this?
You could use our htaccess tester. It allows you to test basic rewrite rules and conditions, we are trying to improve it's functionality over time but it does the job quite well with the current feature set.
unit testing tools won't be of much help here. look for functional testing tools.
精彩评论