install/.htaccess
author Dan
Sat, 29 Nov 2008 22:49:41 -0500
changeset 759 6e2671261802
parent 510 290fa071842a
permissions -rw-r--r--
Plugins can now register their own custom actions for $_GET["do"].

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