install/.htaccess
author Dan
Mon, 18 Feb 2008 16:28:53 -0500
changeset 432 02d320f94ca6
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
[retag] Unstable alpha release: 1.1.2 (Caoineag alpha 2)

# Used for testing mod_rewrite.

RewriteEngine on

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