install/.htaccess
author Dan
Fri, 30 Jul 2010 14:39:04 -0400
changeset 1274 673a1b6712fa
parent 510 290fa071842a
permissions -rw-r--r--
Moved sidebar editor into the admin CP. Icon still needs to be added, no Internet right now to go find one. Also fixed a few template related things.

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