install/.htaccess
author Dan
Fri, 18 Jan 2008 22:27:29 -0500
changeset 355 d15e4411ef65
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Fixed a coupla minor bugs with the template_nodb class wrongly referencing $lang

# Used for testing mod_rewrite.

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) install.php?do=modrewrite_test&str=$1