install/.htaccess
author Dan
Sat, 01 Mar 2008 18:57:07 -0500
changeset 468 194a19711346
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Fixed the fact that cron just didn't work at all (brain fart that day or something)

# Used for testing mod_rewrite.

RewriteEngine on

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