install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Wed, 25 Apr 2012 02:03:38 -0400
changeset 1361 26e80700ff1d
parent 510 290fa071842a
permissions -rw-r--r--
Small change to generation time formatting to make all pages the same time. Makes apachebench not screw up.

# Used for testing mod_rewrite.
<IfModule mod_rewrite.c>
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) install.php?do=modrewrite_test&str=$1
</IfModule>