install/.htaccess
author Dan
Sat, 11 Jul 2009 20:28:28 -0400
changeset 1055 15ef8d2147c2
parent 510 290fa071842a
permissions -rw-r--r--
Here we go, preload_js() officially added to admin panel. Pray with me.

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