install/.htaccess
author Dan
Mon, 01 Feb 2010 02:14:02 -0500
changeset 1215 ec7f8f6312bb
parent 510 290fa071842a
permissions -rw-r--r--
Added "days ago" to the Site Started field on admin home

# Used for testing mod_rewrite.
<IfModule mod_rewrite.c>
RewriteEngine on

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