install/.htaccess
author Dan
Mon, 03 Aug 2009 02:56:03 -0400
changeset 1070 617366710de2
parent 510 290fa071842a
permissions -rw-r--r--
Login: Enabled DiffieHellman for iPhone OS 3.0 (it passes unit tests now)

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