[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Default file in pages subdir
> 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?