install/.htaccess
author Dan
Mon, 28 Jul 2008 13:10:22 -0600
changeset 671 267c9f93b51f
parent 510 290fa071842a
permissions -rw-r--r--
Added hack to printable theme to allow exporting of a website into static files (thanks vadi for the request); source for this functionality will be released soon

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