--- gforth/httpd.fs 2004/12/31 13:23:57 1.18 +++ gforth/httpd.fs 2006/04/10 09:23:45 1.19 @@ -23,7 +23,7 @@ warnings off require string.fs Variable DocumentRoot s" /usr/local/httpd/htdocs/" DocumentRoot $! -Variable UserDir s" .html-data/" UserDir $! +Variable UserDir s" public_html/" UserDir $! Variable url Variable posted