[ic] Default file in pages subdir

Rene Hertell interchange-users@icdevgroup.org
Thu Aug 1 03:19:03 2002


> Autoload <<EOS
> sub {
>     $url = $Session->{last_url};
>     $url =~ s%^/cgi-bin/cart.cgi/%%;
>
>     if (-d "/cat/whatever/$url") {
>         $CGI->{mv_nextpage} = "$url/index.html";
>     }
> }
> EOS

Thanks Racke!

I assume that this should be in the catalog.cfg..


Rene

btw. Is it possible to create a dynamical Autoload and ActionMap, so that it
can be managed through a bd and without restarting the catalog?