install/.htaccess
author Dan
Sun, 25 Oct 2009 00:09:11 -0400
changeset 1131 adfbe522c95f
parent 510 290fa071842a
permissions -rw-r--r--
Another fix to paragraph bypass behavior, for when the same substring appears more than once in the text

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