install/.htaccess
author Dan
Mon, 28 Jul 2008 13:09:25 -0600
changeset 670 5e67afb31138
parent 510 290fa071842a
permissions -rw-r--r--
Fixed non-localized buttons in navbar on user CP, top menu trigger buttons should act as links again

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