install/.htaccess
author Dan
Thu, 07 Feb 2008 15:45:44 -0500
changeset 404 fb4f9e6f378f
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Made the form validation icons (check/X/?) more visually appealing. IE-friendliness is still on the TODO list.

# Used for testing mod_rewrite.

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) install.php?do=modrewrite_test&str=$1