I run a Debian 2.2 server with Apache (from stable) and PHP4 (from stable). I downloaded phpChat in order to setup a chat center on the website. However, the files are named .php3. At first I thought I could be cute and just rename the files to .php, as .php is what we name our files on our web server. However, I realized that all the links would not work, as the links and includes()/requires() in the files would call to the wrong name. Now is there anyway to make Apache run a .php3 file with PHP4? I should just need to add that extension somewhere in Apache (srm.conf), but I'm not familiar with how. - Kath