1 頁 (共 1 頁)

[問題] 我連進localhost的PHP問題

發表於 : 2005-04-24 01:02
alrex5401
求助大大~~
我在本機上裝好了Apache 2.0.54和php-5.0.4-Win32

我連到http://localhost/index.php時

就出現下面的錯誤訊息QQ

請問大大~是我哪裡沒有設定好嗎?

連到http://localhost/index.htm就OK

應該不是port的問題吧??

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, xxx@xxx.com.tw and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


--------------------------------------------------------------------------------

Apache/2.0.54 (Win32) Server at localhost Port 80

發表於 : 2005-04-24 11:40
johnkk
你的網頁不支持php.....=.="
查查你的伺服器的設定吧!!

發表於 : 2005-04-24 22:44
johnkk
我沒注意看 你的PHP是5版的...=.=
phpbb 目前不支援 php5.0
你快去換 PHP 4的版本..=.="

發表於 : 2005-04-24 23:15
alrex5401
可是目前我只是用最簡單的PHP網頁測試耶?
<?php
phpinfo();
?>
用上面的那個PHP網頁就顯示出上面的錯誤訊息了耶??

是我apache哪裡沒設定好ㄇ?

發表於 : 2005-04-24 23:25
johnkk
那表示你apache 沒啟用php
我沒用過win 的版本不知道那裡設定
我見意你先換個版本再來試試~

發表於 : 2005-04-24 23:54
alrex5401
我改回PHP4.3.11

結果就好嚕=.=

總之~還是感謝大大~

因為這個問題困擾我很久~

讓我一直在初學時~就卡住QQ

謝謝大大~我問了很多網站~也找個很多地方~

謝謝大大~點醒了我^_^

發表於 : 2005-04-24 23:57
alrex5401
大大~新問題=.=

我的SQL出現~

找不到 PHP 內的 mbstring 編碼模組, 沒有這個模組, phpMyAdmin 無法準確地分割雙字元文字, 而可能產生問題.

PHP 的 mbstring 編碼模組要去哪裡安裝??