install/.htaccess
author Dan
Sun, 10 May 2009 14:41:51 -0400
changeset 957 6b7644fec887
parent 510 290fa071842a
permissions -rw-r--r--
Fixed a couple bugs with protection UI; fixed stray <enano:no-opt> in Special:CSS (do people still use that?)

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