On Thursday 04 July 2002 01:39 pm, Peter Jay Salzman wrote: > ... > how do i get apache to recognize the .php index in addition to the > .phtml index? Find the associated AddType directive in httpd.conf. You=20 want it to look something like this: AddType application/x-httpd-php .php4 .php3 .php .phtml Then of course you'll need to restart Apache. -- Rod http://www.sunsetsystems.com/