install/.htaccess
author Dan
Fri, 11 Sep 2009 09:54:32 -0400
changeset 1109 c424a15a1656
parent 510 290fa071842a
permissions -rw-r--r--
Common: renamed global $title to $urlname (it broke the API from non-plugin Enano scripts)

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