要讓Apache server能執行php,還是得先做點處理
先備份
cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak
編輯Apache server設定檔
vim /etc/httpd/conf/httpd.conf
加入
LoadModule php5_module /usr/lib/httpd/modules/libphp5.so
DirectoryIndex index.php index.html index.htm
再重新restart Apache server即可
沒有留言:
張貼留言