Index: openacs-4/packages/acs-content-repository/www/doc/guide/publish.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/guide/publish.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-content-repository/www/doc/guide/publish.html 13 Sep 2002 16:46:25 -0000 1.2 +++ openacs-4/packages/acs-content-repository/www/doc/guide/publish.html 24 Sep 2002 00:14:41 -0000 1.3 @@ -52,9 +52,12 @@ [db_string template_root "select content_template.get_root_folder from dual"] # Serve the page +# DRB: Note that content::init modifies the local variable the_root, which is treated +# as though it's been passed by reference. This requires that the redirect treat the +# path as an absolute path within the filesystem. if { [content::init the_url the_root $content_root $template_root] } { set file "$the_root/$the_url" - rp_serve_abstract_file $file + rp_internal_redirect -absolute_path $file } else { ns_returnnotfound } @@ -146,4 +149,4 @@ - \ No newline at end of file +