install/.htaccess
author Dan
Fri, 08 Feb 2008 23:20:20 -0500
changeset 406 7468a663315f
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Added some basic timezone support; DST support is still to come.

# Used for testing mod_rewrite.

RewriteEngine on

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