mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 05:57:14 +08:00
13 lines
317 B
ApacheConf
13 lines
317 B
ApacheConf
# Required modules: dir_module, php5_module
|
|
|
|
<IfModule dir_module>
|
|
<IfModule php5_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> |