install/.htaccess
author Dan
Thu, 01 Oct 2009 09:07:21 -0400
changeset 1126 e2addf0bd2f4
parent 510 290fa071842a
permissions -rw-r--r--
Fixed (more) output buffering bugs in Special:EditSidebar

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