6 lines
108 B
ApacheConf

<IfModule mod_php7.c>
<FilesMatch \.lama$>
SetHandler application/x-httpd-php
</FilesMatch>
</IfModule>