[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Default extensions



Lennie Core wrote:
> 
> I recently installed asp ,  However when ever I place the index.asp
> or default.asp in a site. By browser I get a directory listing.
> 
> Where can I change my RAq3 to treat .asp to trigger as index ?

Append " index.asp" to the "DirectoryIndex" directive in
/etc/httpd/conf/srm.conf.  Restart Apache.

The DirectoryIndex for RaQ 4's is (all on one line):

DirectoryIndex index.html index.htm index.shtml home.html home.htm
default.html default.htm index.php default.php index.asp default.asp


	-- Will