install/.htaccess
author Dan
Sun, 02 May 2010 23:15:18 -0400
changeset 1249 81b03b3e88d0
parent 510 290fa071842a
permissions -rw-r--r--
Added a box on Admin:UploadConfig showing the value of upload_max_filesize.

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