install/.htaccess
author Dan
Fri, 19 Dec 2008 21:29:17 -0500
changeset 767 cba10e1031eb
parent 510 290fa071842a
permissions -rw-r--r--
template: Fixed undefined $from_internal in assign_bool(); theme.cfg now require()d on theme load

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