blob: 86344c803313ae41027df1508af84fb7013fce06 (
plain)
| 1
2
3
4
5
6
7
8
9
 | # Required modules: dir_module, php5_module
<IfModule dir_module>
	<IfModule php5_module>
		DirectoryIndex index.php index.html
		AddHandler application/x-httpd-php .php
		AddHandler application/x-httpd-php-source .phps
	</IfModule>
</IfModule>
 |