Hi,
This is like a newbie question, but..
I am being redirected to
I have the aolserver startup file set up
n
s_section ns/server/${server}/redirects
ns_param 404 /global/file-not-found.adp
ns_param 403 /global/forbidden.adp
and
s_section ns/server/${server}
ns_param PageRoot $pageroot
ns_param DirectoryFile $directoryfile
ns_param Webmaster ${email}
ns_param NoticeBgColor {"#ffffff"}
ns_param EnableTclPages On
ns_param NotFoundResponse
${pageroot}/global/file-not-found.adp
ns_param ServerBusyResponse ${pageroot}/global/busy.adp
I also set up the /global parameter in the main-site
What am I doing wrong?