install/.htaccess
author Dan
Sat, 12 Jul 2008 10:49:10 -0400
changeset 635 b3a33b661681
parent 510 290fa071842a
permissions -rw-r--r--
Fixed up the save routine in PageManager a bit

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