install/.htaccess
author Dan
Thu, 06 Mar 2008 20:52:51 -0500
changeset 479 192db6ac195b
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Added $no_wrapper parameter to die_semicritical, useful for some upcoming PageProcessor tweaks.

# Used for testing mod_rewrite.

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) install.php?do=modrewrite_test&str=$1