install/.htaccess
author Dan
Sat, 08 Nov 2008 22:34:27 -0500
changeset 723 78d391d37700
parent 510 290fa071842a
permissions -rw-r--r--
[minor] $template->footer() no longer flushes output buffers, due to headers being sent prematurely

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