Forum Moderators: phranque

Message Too Old, No Replies

which directive to use: index.cgi as default home page

         

wmmyg

5:02 pm on Jun 10, 2008 (gmt 0)

10+ Year Member



Can anyone please remind me of the apache directive which goes into httpd.conf that makes a virtual server use /cgi-bin/index.cgi as its default home page?

Thanks in advance..:)

William

choster

5:43 pm on Jun 10, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You want DirectoryIndex.

[httpd.apache.org...]

wmmyg

2:20 pm on Jun 16, 2008 (gmt 0)

10+ Year Member



Worked perfectly!

I put 'DirectoryIndex cgi-bin/index.cgi' into my .htaccess file and it does just what I needed.

Many thanks,

William