mirror of
https://github.com/openvk/openvk
synced 2024-12-23 17:12:01 +03:00
7 lines
158 B
Text
7 lines
158 B
Text
|
<FilesMatch "\.php$">
|
||
|
SetHandler application/x-httpd-php
|
||
|
</FilesMatch>
|
||
|
<FilesMatch "\.phps$">
|
||
|
SetHandler application/x-httpd-php-source
|
||
|
</FilesMatch>
|