Hi,
I'm a newbie and I have a problem with alias-paths:
My httpd.conf (apache under Win2k Server)
Alias /doc/oracle/ "e:/oracle/ora81/doc/"
Alias /doc/perl/ "e:/datenuebernahme/perl/html/"
<Location />
EMBPERL_APPNAME intranet
EMBPERL_OBJECT_BASE base.html
EMBPERL_URIMATCH "\.html?$|\.epl$"
EMBPERL_OPTIONS 16
EMBPERL_OBJECT_FALLBACK notfound.html
SetHandler perl-script
PerlHandler Embperl::Object
Options ExecCGI
</Location>
Without using Embperl::Object in root the link
<a href="/doc/oracle/index.htm">Oracle Dokumentation</a>
works very well, but with Embperl::Object I got the error message
Not Found
The requested URL /doc/oracle/index.htm was not found on this
server.
--------------------------------------------------------------------------------
Apache/1.3.26 Server at filer-bs Port 80
What is my error?
Volker Pohlers
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]