install/.htaccess
author Dan
Wed, 19 Aug 2009 01:28:47 -0400
changeset 1080 6358f769ecb1
parent 510 290fa071842a
permissions -rw-r--r--
Minor fix to SHA256: some indices were not being initted under some circumstances

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