install/.htaccess
author Dan
Sun, 10 May 2009 15:52:53 -0400
changeset 963 b572ce1114f1
parent 510 290fa071842a
permissions -rw-r--r--
Wikitext redirects should work again + get_redirect() added to Namespace_* to allow plugins to extend

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