install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Mon, 05 Dec 2011 08:16:00 -0500
changeset 1356 e80b5733ce9d
parent 510 290fa071842a
permissions -rw-r--r--
AjaxUpload: fixed handling of upload completion

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