配置httpd.conf支持PHP

配置httpd.conf

# ee /usr/local/etc/apache22/httpd.conf
添加index.php和php擴展名支持

<IfModule dir_module>
    DirectoryIndex index.php index.html
</IfModule>

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章