install/.htaccess
author Dan
Sun, 21 Jun 2009 00:31:29 -0400
changeset 1028 dde4416dea00
parent 510 290fa071842a
permissions -rw-r--r--
Removed Text_Wiki and Firebug Lite from 3rd party code list

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