install/.htaccess
author Dan
Wed, 26 Aug 2009 23:25:39 -0400
changeset 1108 c1be67a50d81
parent 510 290fa071842a
permissions -rw-r--r--
Removed the $userpage parameter from Namespace_Default::error_404(). It screwed up a couple plugins. (Thanks Mazza for discovering the issue)

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