You can use ScriptAliasMatch

ScriptAliasMatch ^/$           /qsys.lib/oweb.lib/windex.pgm
ScriptAliasMatch ^/index.htm$  /qsys.lib/oweb.lib/windex.pgm
ScriptAliasMatch ^/index.html$ /qsys.lib/oweb.lib/windex.pgm

The first entry will call your program when the user enters just the 
domain name.
The 2nd and 3rd entries will run your program when the user requests 
index.htm or index.html

Ron

--- In [email protected], "har75001" <[EMAIL PROTECTED]> 
wrote:
>
> I was trying to create a CGI program which will run any time the 
web 
> site contacted.  
> 
> Instead of the index.htm static page to run, I wanted a CGI program 
> called windex to run.  The program is located in a library named 
> OWEB, and the templates that the CGI program uses are in the 
> folder /WWEB
> 
> I have not been able to figure out the directives for this. Any 
> suggestions? 
> Thanks
> Harry
>






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/wbFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Easy400Group/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to