Assuming you've already done something along the lines of: LoadModule php4_module modules/libphp4.so The line you are looking for is: AddType application/x-httpd-php .php And you probably also want to add index.php to your DirectoryIndex line if you haven't already. Ammon