milis/talimatname/genel/p/php7-apache/apache.conf

11 lines
272 B
ApacheConf
Raw Normal View History

2017-10-31 02:36:52 +01:00
<IfModule dir_module>
<IfModule php7_module>
DirectoryIndex index.php index.html
<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>
</IfModule>
</IfModule>