From 236f0d7f8885c783714a24e03093530a3d183b7a Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 21 Dec 2006 19:52:38 -0500 Subject: [PATCH] updated instructions --- INSTALL | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index b0fed71..32e8fe3 100644 --- a/INSTALL +++ b/INSTALL @@ -1,10 +1,11 @@ -This directory must be accessible to your PHP files vie the relative path: code/wfpl/ +This directory must be accessible to your PHP files via the relative path: code/wfpl/ The recommended way to do this is to create a directory named "code" in the main folder of your website. And make symbolic links to that "code" directory from all directories in your website where you run PHP. -Install wfpl within that "code" directory. +Install wfpl within that "code" directory. That is, these files should be in a +directory named "wfpl" in the "code" directory described above. @@ -30,8 +31,8 @@ RewriteRule .*\.tgz$ /metaform/index.php Note: the above .htaccess file assumes that the "metaform" directory you created in step one is in the root www directory. If it's in a sub directory (for example you access it via: http://example.com/my/sub/dir/metaform/) then -replace the two occurences of "metaform" in the .htaccess file with the path to -that directory (for example "my/sub/dir/metaform"). +replace the two occurrences of "metaform" in the .htaccess file with the path +to that directory (for example "my/sub/dir/metaform"). 5) If php can't write to /tmp then you'll have to fix the $tmp_dir in code/wfpl/tar.php -- 1.7.10.4