install/.htaccess
author Dan
Sat, 07 Jun 2008 12:43:19 -0400
changeset 560 8981dcf7d485
parent 510 290fa071842a
permissions -rw-r--r--
Added re-import function to plugin manager

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