install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Tue, 16 Nov 2010 12:24:38 -0500
changeset 1316 3df4818b99bf
parent 510 290fa071842a
permissions -rw-r--r--
editor: removed extraneous debug info; changed around the order by which the textarea is created and appended to the DOM

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