summaryrefslogtreecommitdiff
path: root/httemplate/docs
diff options
context:
space:
mode:
authorivan <ivan>2004-12-10 23:51:02 +0000
committerivan <ivan>2004-12-10 23:51:02 +0000
commit9ef0fe556c750abdea4b10e720af0d23485a45d8 (patch)
tree182d217bbdd9173a405fecf5c42aa1c9b525b4a1 /httemplate/docs
parent308500419c6f51ad9022fc93b9dcda5b5cb4efbe (diff)
correct path to selfservice
Diffstat (limited to 'httemplate/docs')
-rw-r--r--httemplate/docs/selfservice.html2
1 files changed, 1 insertions, 1 deletions
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:
<li>Set the <a href="../config/config.cgi#unclassified"><i>signup_server-default_agentnum</i></a> configuration value to a default <a href="../browse/agent.cgi">agent number</a>.
<li>Set the <a href="../config/config.cgi#unclassified"><i>signup_server-default_refnum</i></a> to a default <a href="../browse/part_referral.cgi">advertising source</a>.
<li>Add the user `freeside' to the the external machine.
- <li>Copy or symlink the <pre>fs_signup/FS-SelfService/cgi/</pre> directory into the web server's document space, for customer self-service and reseller access. Optionally, customize the .html templates.
+ <li>Copy or symlink the <pre>fs_selfservice/FS-SelfService/cgi/</pre> directory into the web server's document space, for customer self-service and reseller access. Optionally, customize the .html templates.
<li>Copy or symlink the <pre>fs_signup/FS-SignupClient/cgi/</pre> directory into the web server's document space, for signups. Optionally, customize the .html templates.
<li>When linking to signup.cgi, you can include a referring custnum in the URL as follows: <code>http://public.web.server/path/signup.cgi?ref=1542</code>
<li>Enable CGI execution for files with the `.cgi' extension. (with <a href="http://www.apache.org/docs/mod/mod_mime.html#addhandler">Apache</a>)