install/.htaccess
author Dan
Fri, 17 Jul 2009 20:23:48 -0400
changeset 1066 bead71f28f63
parent 510 290fa071842a
permissions -rw-r--r--
Fixed some formatter engine errors that were exposed through the wiki edit notice

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