install/.htaccess
author Dan
Mon, 16 Jun 2008 19:04:33 -0400
changeset 575 9c1ab9c74662
parent 510 290fa071842a
permissions -rw-r--r--
Fixed two bugs in paginator: noisy warning when rows run out and empty strings not being treated as valid from formatting functions

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