install/.htaccess
author Dan
Mon, 29 Sep 2008 08:24:26 -0400
changeset 712 331e009416d5
parent 510 290fa071842a
permissions -rw-r--r--
SECURITY: Changed Diffie-Hellman parameters to prime and generator created through OpenSSL

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