install/.htaccess
author Dan
Mon, 05 May 2008 20:31:19 -0400
changeset 545 e4c8e706f167
parent 510 290fa071842a
permissions -rw-r--r--
Add standard header comment block and date of changes to tiny_mce_gzip to conform to GPL/LGPL

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