install/.htaccess
author Dan
Wed, 15 Apr 2009 22:18:14 -0400
changeset 924 142a29b583f9
parent 510 290fa071842a
permissions -rw-r--r--
Installer default content is now modular, and can pivot between starting with a blank site and installing a tutorial site.

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