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