install/.htaccess
author Dan
Fri, 26 Feb 2010 12:59:24 -0500
changeset 1229 17f206fe1d2e
parent 510 290fa071842a
permissions -rw-r--r--
Fixed "waiting for l10n init" and js error in Admin:UserManager

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