install/.htaccess
author Dan
Sat, 11 Apr 2009 22:32:45 -0400
changeset 898 c75754f5b1da
parent 510 290fa071842a
permissions -rw-r--r--
When changing namespace of a File: page, associated files are now deleted. Also fixed some issues with image scaling.

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