> 
> 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) ;
>     }
> 

I would expect that index.tmpl is not found. What is the output in the http
error log and /tmp/embperl.log

Gerald


 
** Virus checked by BB-5000 Mailfilter ** 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to