install/.htaccess
author Dan
Sun, 11 Jan 2009 21:35:39 -0500
changeset 808 97cd1a3229d0
parent 510 290fa071842a
permissions -rw-r--r--
Plugin manager: added support for having specific install and uninstall blocks per DBMS

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