install/.htaccess
author Dan
Sat, 04 Apr 2009 22:15:51 -0400
changeset 887 cb96d038baff
parent 510 290fa071842a
permissions -rw-r--r--
New logout interface + made DiffieHellman faster by disabling animated GIF

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