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

前端 未结 2 864
执笔经年
执笔经年 2021-02-07 03:16

How to Simulate & Check a URL rewrite rule in Apache 2, when on sharehosting RewriteLog is disabled and or NOT allowed to be set in .Htaccess? In other words, are t

相关标签:
2条回答
  • 2021-02-07 03:42

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

    However, things like

    RewriteCond %{REQUEST_FILENAME} !-f 
    

    won't work, yet.

    0 讨论(0)
  • 2021-02-07 03:52

    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.

    0 讨论(0)
提交回复
热议问题