install/.htaccess
author Dan
Sun, 05 Jul 2009 00:57:53 -0400
changeset 1034 15fa1b4e730a
parent 510 290fa071842a
permissions -rw-r--r--
Fixed onload_hooks[] being initted to null after runOnloadHooks() called (should now be initted to an array)

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