mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
6 lines
158 B
Text
6 lines
158 B
Text
<FilesMatch "\.php$">
|
|
SetHandler application/x-httpd-php
|
|
</FilesMatch>
|
|
<FilesMatch "\.phps$">
|
|
SetHandler application/x-httpd-php-source
|
|
</FilesMatch>
|