install/.htaccess
author Dan
Sat, 08 Nov 2008 22:37:12 -0500
changeset 727 591562495e87
parent 510 290fa071842a
permissions -rw-r--r--
JSON parse failures should spawn their own darkener layer now instead of reusing the main one if applicable

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