install/.htaccess
author Dan
Tue, 14 Apr 2009 21:02:13 -0400
changeset 909 94c1ff984286
parent 510 290fa071842a
permissions -rw-r--r--
Finished core of log display interface including filter management. There is still a bit of a to-do list, especially regarding rollbacks and reuploads.

# 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>