install/.htaccess
author Dan
Mon, 11 Aug 2008 19:52:00 -0400
changeset 678 c5d4ce19e640
parent 510 290fa071842a
permissions -rw-r--r--
Some tweaks to common, real minor stuff that's been waiting to be committed for a couple weeks at least

# 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>