install/.htaccess
author Dan
Sat, 15 Mar 2008 14:18:54 -0400
changeset 502 7084168f23af
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Adding the images for the expander support. (oops)

# Used for testing mod_rewrite.

RewriteEngine on

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