1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-03-10 11:39:50 +03:00
openvk/install/automated/common/httpd-php.conf

7 lines
158 B
Text
Raw Normal View History

<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>