原來昨天出現的問題並不是編碼之問題,在這裡跟各位朋友說聲: 對不起!
以下是小弟的log
[Thu Apr 26 14:53:32 2007] [alert] [client 127.0.0.1] C:/AppServ/www/wordpress/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: http://127.0.0.1/wordpress/index.php
[Thu Apr 26 14:54:13 2007] [alert] [client 127.0.0.1] C:/AppServ/www/wordpress/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: http://127.0.0.1/wordpress/index.php
[Thu Apr 26 15:08:04 2007] [alert] [client 127.0.0.1] C:/AppServ/www/wordpress/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Apr 26 15:08:04 2007] [error] [client 127.0.0.1] File does not exist: C:/AppServ/www/favicon.ico
[Thu Apr 26 15:09:09 2007] [alert] [client 127.0.0.1] C:/AppServ/www/wordpress/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: http://127.0.0.1/wordpress/index.php
問題在於'RewriteEngine'這個東西!
如果大家有出現這個問題
就把下以下兩行的#字刪掉就可以了,然後重新啟動apache就好了
LoadModule proxy_module modules/mod_proxy.so
LoadModule rewrite_module modules/mod_rewrite.so
^^

您好,我也是出現The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, admin@localhost 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目錄裡的apache_servicefix.bat 要把這個關掉再開!才有辦法!!至於為什麼!我也不知道!如果還沒有辦法的話!那我真的也不知道該怎麼辦了~!!先說聲不好意思! LoadModule proxy_module modules/mod_proxy.so LoadModule rewrite_module modules/mod_rewrite.so