install/.htaccess
author Dan
Thu, 06 Mar 2008 20:53:26 -0500
changeset 480 d5376271f96b
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Added a cron task to sessions.php that deletes old admin keys once a week

# Used for testing mod_rewrite.

RewriteEngine on

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