JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: fix download_tar() (stylus not less)
[wfpl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 4894263..09fa003 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -29,6 +29,9 @@ ln -s code/wfpl/metaform.php index.php
 
 4) make a file named .htaccess that looks like this:
 
+php_flag register_globals off
+php_flag magic_quotes_gpc off
+AddDefaultCharset UTF-8
 RewriteEngine  on
 RewriteBase    /metaform/
 RewriteRule    .*\.tgz$  /metaform/index.php