install/.htaccess
author Dan
Tue, 05 Jan 2010 09:56:21 -0500
changeset 1204 eaab1c22e237
parent 510 290fa071842a
permissions -rw-r--r--
Merging scribus and charlie repos

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