install/.htaccess
author Dan
Sat, 12 Jul 2008 03:32:57 -0400
changeset 628 ab6f55abb17e
parent 510 290fa071842a
permissions -rw-r--r--
Rank editor is now in a working (beautiful) state. More intuitive than a Mac.

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