install/.htaccess
author Dan
Wed, 18 Jun 2008 22:43:16 -0400
changeset 580 41c45314ac27
parent 510 290fa071842a
permissions -rw-r--r--
Fixed SQL syntax error thrown during rank data fetch

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