install/.htaccess
author Dan
Fri, 18 Dec 2009 21:21:59 -0500
changeset 1183 15957df91ea4
parent 510 290fa071842a
permissions -rw-r--r--
OK screw that, put the crypto backend check in functions.

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