install/.htaccess
author Dan
Sat, 17 Apr 2010 03:33:14 -0400
changeset 1242 9aa09b0a7544
parent 510 290fa071842a
permissions -rw-r--r--
Made separate methods in sessionManager for static and non-static generate_aes_form(), because PHP (erroneously) always calls that method statically.

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