install/.htaccess
author Dan
Fri, 21 Aug 2009 20:30:52 -0400
changeset 1098 be6cfe79128c
parent 510 290fa071842a
permissions -rw-r--r--
Made internal links to the Admin namespace much smarter. (They do the login box and stuff.)

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