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

56,258

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

However, things like

RewriteCond %{REQUEST_FILENAME} !-f 

won't work, yet.

Share:
56,258
Sam
Author by

Sam

Hello, I an architect from The Netherlands. I love drawing, cooking, fire and playing around discovering new stuff. My knowledge of programming is limited to the interaction that we as humans undergo in this rapidly digitalising world. I recently found out that programming techniques are also helpful in realworld architecture/urbanism. Like designing a public park that interact with her human users! Sammie

Updated on October 18, 2020

Comments

  • Sam
    Sam over 3 years

    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 there any tools/simulators to test an url rewrite independantly of hosting, to check see for possibel Rewrite loops etc?

    Thanks!

  • Jose Gómez
    Jose Gómez almost 9 years
    The use of %{THE_REQUEST} is not supported either
  • Jose Gómez
    Jose Gómez almost 9 years
    Nice, but very specific to transforming folders into parameters. Does not support more complex transformations, such as parameters to folders.