วิธีแก้ปัญหา Internal Server Error ตอนรัน PHP กับ Apache Server MSQL

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, 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.

สาเหตุของปัญหานี้มันก็เป็นเพราะ การทำ หรือ การตั้งค่า mod_rewrite ครับ
ไฟล์ที่ใช้ทำเจ้า mod_rewrite ก็คือ .htaccess ครับ
ใครที่ไม่ได้เปิดใช้ หรือยังไม่เคยแตะมัน ก็จะไม่มีปัญหาอะไร
แต่ถ้าใครเคยเปิดใช้งาน หรือ ไปโหลดตัวอย่างที่เขามีไฟล์ .htaccess ติดมาด้วย
ก็จะเจอปัญหานี้อย่างเลียกเลี่ยงไม่ได้อย่างแน่นอน

วิธีแก้ไข ก็ไม่ยากครับ
    1. เปิดไฟล์ httpd.conf (Start>Programs>Appserv>Configuration Server>Apache Edit the httpd.conf Configuration File)
    2.ค้นหา #LoadModule rewrite_module modules/mod_rewrite.so (ก๊อปปี้ไปเลยนะครับ)
    3.ให้เอา # ที่อยู่ด้านหน้าออก
    4.จะได้ LoadModule rewrite_module modules/mod_rewrite.so
    5.Save file
    6.Restart Apache








ที่มา : http://www.code-father.com/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B9%81%E0%B8%81%E0%B9%89%E0%B8%9B%E0%B8%B1%E0%B8%8D%E0%B8%AB%E0%B8%B2-Internal-Server-Error-%E0%B8%95%E0%B8%AD%E0%B8%99%E0%B8%A3%E0%B8%B1%E0%B8%99-PHP-%E0%B8%81%E0%B8%B1%E0%B8%9A-Apache-Server-MSQL_00035.html