install/.htaccess
author Dan
Sun, 25 Jan 2009 21:21:07 -0500
changeset 827 2c20563245b2
parent 510 290fa071842a
permissions -rw-r--r--
Merging Nighthawk (anti-spam work) and Scribus (AJAX work + debugging + CLI installer) branches

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