install/.htaccess
author Dan
Sat, 15 Mar 2008 00:08:01 -0400
changeset 499 6b7fdd898ba3
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Fixed some bugs with PostgreSQL and added a word_lcase column to the search_index table because collation is not working under MySQL. TODO: Trigger search index rebuild on upgrade to 1.1.4.

# Used for testing mod_rewrite.

RewriteEngine on

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