How to Simulate & Test URL rewrite rule in Apache 2, when on sharehosting RewriteLog is disabled/unallowed in .Htaccess?

混江龙づ霸主 提交于 2019-12-03 04:47:43

I enjoy using http://htaccess.madewithlove.be

However, things like

RewriteCond %{REQUEST_FILENAME} !-f 

won't work, yet.

I use Mod Rewrite Generator to generate and test my RewriteRule.
It takes care of the negations as well.
It also lets you modify the URL as per your needs.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!