# Load the module first
	
		LoadModule php5_module    modules/libphp5.so
	
	# Set it to handle the files
	
		AddType application/x-httpd-php .php
		AddType application/x-httpd-php .phtml
		AddType application/x-httpd-php .php3
		AddType application/x-httpd-php .php4
		AddType application/x-httpd-php .php5
		AddType application/x-httpd-php-source .phps
	
	DirectoryIndex index.php index.phtml