install/.htaccess
author Dan
Tue, 01 Dec 2009 11:15:45 -0500
changeset 1145 21ef2f8feb59
parent 510 290fa071842a
permissions -rw-r--r--
Plugin block parser: Fixed plugin block parsing for plugin files in CRLF format

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