install/.htaccess
author Dan
Mon, 21 Jan 2008 10:17:26 -0500
changeset 360 fad9bb5c094b
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Implemented (well stubbed) IP logging in non-AJAX comment interface

# Used for testing mod_rewrite.

RewriteEngine on

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