PKGBUILDs/extra/php/apache.conf

9 lines
245 B
ApacheConf
Raw Normal View History

2009-10-10 02:23:22 +00:00
# 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>