install/.htaccess
author Dan
Mon, 26 Jul 2010 20:10:01 -0400
changeset 1266 f3933b355229
parent 510 290fa071842a
permissions -rw-r--r--
Improved captcha word generation; fixed duplicate auth parameter in Special:Login privileged login; improved search indexer performance on websites with lots of words

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