install/.htaccess
author Dan
Wed, 09 Apr 2008 22:37:37 -0400
changeset 527 21e11f564463
parent 510 290fa071842a
permissions -rw-r--r--
(Hopefully) finished new plugin manager and implemented the utilization of it. Still HIGHLY experimental.

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