install/.htaccess
author Dan
Thu, 03 Jul 2008 15:34:09 -0400
changeset 595 b051eb79b158
parent 510 290fa071842a
permissions -rw-r--r--
As promised, dropped in the new librijndael. Benchmarks say about 3 times faster, but more performance testing will be done.

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