有在寫PHP的朋友一定會發現,OSX server 預設是沒有將php5_module啟用,
所以寫好的PHP會變成一般檔案下載回來。
怎麼辦呢?
不用擔心,一樣是打開萬能的"Server admin",
然後照下圖順序將php5_moudle勾選起來:
設定完之後,記得存檔並且重啟apache。
如何確定php有正常啟用呢?
請打開/Library/WebServer/Documents/info.php
<?php
// You can use Server Admin to enable the Apache PHP module; it's disabled by default.
// You can uncomment the phpinfo() directive below to provide a default PHP info page
// but note that this displays information about your host's configuration.
//phpinfo();
?>
將phpinfo();前面的註解//砍掉並存檔
然後連結到你的網頁http://yoursite/info.php
看看是否能正常看到php的基本資訊,
如果可以的話,你的php就正常運作了。
沒有留言:
張貼留言