install/.htaccess
author Dan
Sun, 11 May 2008 16:59:21 -0400
changeset 551 3acd624d4f4f
parent 510 290fa071842a
permissions -rw-r--r--
Minified some JS files using YUI compressor

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