install/.htaccess
author Dan
Tue, 22 Jul 2008 17:01:42 -0500
changeset 654 18dbf386d356
parent 510 290fa071842a
permissions -rw-r--r--
Made lang.php stop dying due to no strings installed for current language [experimental]

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