install/.htaccess
author Dan
Sat, 16 Feb 2008 16:56:08 -0500
changeset 424 f58e0b6e9c22
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Some memory usage improvements, I think. PHP is being weird to me.

# Used for testing mod_rewrite.

RewriteEngine on

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