Thanks!  That works ... but isn't there a way to "shorthand" what has to be entered in to the HTML?  How would I set it up so my html only has to use /CGIUTFP/LDSR750 instead of the full path? 
 
Thanks!
Mary


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Justin Corry
Sent: Wednesday, October 19, 2005 8:10 PM
To: [email protected]
Subject: RE: [Easy400Group] The page cannot be found

1.  Your URL leads with "/www/utfound" and yet the ScriptAliasMatch drops this.
2.The ScriptAliasMatch is missing a "/" after cgiutfp.
3.The ScriptAliasMatch is expecting ".pgm" but this has not been included in the URL.
 
Try this -
 
ScriptAliasMatch /www/utfound/cgiutfp/(.*) /qsys.lib/cgiutf.lib/$1.pgm
 
From: [email protected] on behalf of emkay717
Sent: Wed 19/10/2005 18:30
To: [email protected]
Subject: [Easy400Group] The page cannot be found

I am getting this error.  I've included my cgi directives below.  What am I missing? 

The requested URL /www/utfound/cgiutfp/LDSR755 was not found on this server.


AliasMatch /cgiutfh/(.*)\.htm  /QSYS.LIB/CGIUTF.LIB/HTMLSRC.FILE/$1.mbr
Alias /cgiutfh/     /QSYS.LIB/CGIUTF.LIB/HTMLSRC.FILE/
Alias /cgiutf/       /cgiutf/
ScriptAliasMatch /cgiutfp(.*).pgm /qsys.lib/cgiutf.lib/$1.pgm
ScriptAlias /cgiutfp/     /QSYS.LIB/CGIUTF.LIB/$1
<Directory /QSYS.LIB/CGIUTF.LIB>
   AllowOverride None
   Options None
   order allow,deny
   allow from all
</Directory>
<Directory /cgiutf>
   AllowOverride None
   Options None
   order allow,deny
   allow from all
</Directory>






YAHOO! GROUPS LINKS






YAHOO! GROUPS LINKS




Reply via email to