install/.htaccess
author Dan
Mon, 03 Nov 2008 08:56:44 -0500
changeset 733 e5f638c216f7
parent 510 290fa071842a
permissions -rw-r--r--
Fixed error-out when DiffieHellman not supported and respawn requested (part of OS X QA process)

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