install/.htaccess
author Dan
Tue, 22 Jul 2008 15:07:14 -0500
changeset 652 26ce2694d43f
parent 510 290fa071842a
permissions -rw-r--r--
Fixed MiniPrompt message boxes causing the window to scroll up

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