install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Mon, 19 Nov 2012 11:37:02 -0500
changeset 1369 cfce82063776
parent 510 290fa071842a
permissions -rw-r--r--
DBAL: Persistent connections; also explicitly commit and unlock tables when shutting down

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