install/.htaccess
author Dan
Fri, 30 Jul 2010 15:01:06 -0400
changeset 1276 dac5fad7ad6a
parent 510 290fa071842a
permissions -rw-r--r--
ajax.php getpage now cals $template->set_page() so that templates that depend on PAGE_URLNAME etc. will not show errors

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