Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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!

like image 521
Sam Avatar asked Apr 01 '11 02:04

Sam


1 Answers

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

However, things like

RewriteCond %{REQUEST_FILENAME} !-f 

won't work, yet.

like image 89
Tobias Avatar answered Nov 01 '22 06:11

Tobias