install/.htaccess
author Dan
Fri, 21 Aug 2009 13:48:48 -0400
changeset 1088 3b25a59dacd1
parent 510 290fa071842a
permissions -rw-r--r--
Common: removed cookie_destroy hack

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