Forum OpenACS Development: file-not-found

Collapse
Posted by Rafael Calvo on
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?
Collapse
2: Response to file-not-found (response to 1)
Posted by Rafael Calvo on
redirected to:
/web/server1/packages/acs-subsite/www/
Collapse
3: Response to file-not-found (response to 1)
Posted by russ m on
this was caused by a bug in rp_handler, rp_serve_abstract_file
and the .vuh code... according to SDM the patch has been
applied, so try a fresh checkout and you shouldn't see that
behaviour any more...