Hi All,

I think a example is easier to explain this problem.

I have a configuration as follows

<Directory "/var/website/htdocs/wl/uk">
        PerlSetEnv EMBPERL_OBJECT_ADDPATH
        
/var/website/htdocs/wl/uk;/var/website/htdocs/library/shared;/var/website/htdocs/library
        Embperl_AppName     ukwl
        Embperl_Object_Base base.epl
        Embperl_UriMatch    "\.html.?|\.epl$"
        SetHandler          perl-script
        PerlHandler         Embperl::Object 
        Options             ExecCGI
</Directory>

Let me explain what does work, if I have index.html which lives in
/wl/uk/ and it calls the file me.html which lives in /library/shared/
then the contents of me.html gets loaded just fine.  If however I do a
direct call to me.html I always get a 404 error.  

Is there any way of changing this behaviour - so if I request
/wl/uk/me.html it actually executes /shared/library/me.html if it
doesn't exist in /wl/uk/me.html ?.


Regards


Pete


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

Reply via email to