Hoi List,
I programmed some templates and used embpcgi.pl for this. Now I would
like to use epocgi.pl, because I need a better navigate structure. When
I'm accessing my site: http://test/cgi-bin/epocgi.pl/index.tmpl, I
always get the 404 errorcode. The same site works fine with embpcgi.pl.
What I'm doing wrong?
Here is my epocgi.pl:
BEGIN
{
$ENV{EMBPERL_APPNAME} = "blog";
$ENV{EMBPERL_OBJECT_BASE} = "index.tmpl";
$ENV{EMBPERL_OBJECT_ADDPATH} = "/home/www/html/";
%Embperl::initparam = (use_env => 1, use_redirect_env => 1) ;
}
greets
cit
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]