install/.htaccess
author Dan
Tue, 05 Aug 2008 13:59:06 -0400
changeset 676 47413d71c2d9
parent 510 290fa071842a
permissions -rw-r--r--
Made customizable 404 page have a {STANDARD404} variable available to allow embedding the "default" 404 content.

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