Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 538822
Collapse All | Expand All

(-)70_mod_php5.conf (-5 / +6 lines)
Lines 5-14 Link Here
5
	</IfModule>
5
	</IfModule>
6
6
7
	# Set it to handle the files
7
	# Set it to handle the files
8
	<IfModule mod_mime.c>
8
	<FilesMatch "\.ph(p[5]?|tml)$">
9
		AddHandler application/x-httpd-php .php .php5 .phtml
9
		SetHandler application/x-httpd-php
10
		AddHandler application/x-httpd-php-source .phps
10
	</FilesMatch>
11
	</IfModule>
11
	<FilesMatch "\.phps$">
12
12
		SetHandler application/x-httpd-php-source
13
	</FilesMatch>
13
	DirectoryIndex index.php index.phtml
14
	DirectoryIndex index.php index.phtml
14
</IfDefine>
15
</IfDefine>

Return to bug 538822