install/.htaccess
author Dan
Wed, 27 May 2009 09:44:07 -0400
changeset 1003 28e2f75d66fd
parent 510 290fa071842a
permissions -rw-r--r--
Class "currentpage" is now added to all internal links, including sidebar buttons, if the link points to the current page.

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