From: ivan Date: Fri, 10 Dec 2004 23:51:02 +0000 (+0000) Subject: correct path to selfservice X-Git-Tag: SQL_LEDGER_2_4_4~1^2~557 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9ef0fe556c750abdea4b10e720af0d23485a45d8;p=freeside.git correct path to selfservice --- diff --git a/httemplate/docs/selfservice.html b/httemplate/docs/selfservice.html index a4dc6aa78..e533ed2ee 100644 --- a/httemplate/docs/selfservice.html +++ b/httemplate/docs/selfservice.html @@ -23,7 +23,7 @@ Then:
  • Set the signup_server-default_agentnum configuration value to a default agent number.
  • Set the signup_server-default_refnum to a default advertising source.
  • Add the user `freeside' to the the external machine. -
  • Copy or symlink the
    fs_signup/FS-SelfService/cgi/
    directory into the web server's document space, for customer self-service and reseller access. Optionally, customize the .html templates. +
  • Copy or symlink the
    fs_selfservice/FS-SelfService/cgi/
    directory into the web server's document space, for customer self-service and reseller access. Optionally, customize the .html templates.
  • Copy or symlink the
    fs_signup/FS-SignupClient/cgi/
    directory into the web server's document space, for signups. Optionally, customize the .html templates.
  • When linking to signup.cgi, you can include a referring custnum in the URL as follows: http://public.web.server/path/signup.cgi?ref=1542
  • Enable CGI execution for files with the `.cgi' extension. (with Apache)