install/.htaccess
author Dan
Sat, 19 Jul 2008 21:01:57 -0400
changeset 647 6bb3d447b4b8
parent 510 290fa071842a
permissions -rw-r--r--
Fixed autofill ignoring existing ID for text box parent node. (yes, again)

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