install/.htaccess
author Dan
Fri, 30 Apr 2010 22:10:57 -0400
changeset 1246 330f4de4c937
parent 510 290fa071842a
permissions -rw-r--r--
Added an ajax auto check for the path to ImageMagick in Admin:UploadConfig

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