.php [L,QSA]\r\n\r\n\tRewriteRule ^(.*).rss$ feed.php?module= Internal Server Error [L,QSA]\r\n\r\n\tRewriteCond %{REQUEST_FILENAME} !-f\r\n\r\n\tRewriteCond %{REQUEST_FILENAME} !-d\r\n\r\n\tRewriteRule . index.php [L,QSA]\r\n\r\n\t</IfModule>\r\n\r\n\t<IfModule mod_expires.c>\r\n\r\n\tExpiresActive On\r\n\r\n\tExpiresByType image/x-icon "access plus 2592000 seconds"\r\n\r\n\tExpiresByType image/jpeg "access plus 2592000 seconds"\r\n\r\n\tExpiresByType image/png "access plus 2592000 seconds"\r\n\r\n\tExpiresByType image/gif "access plus 2592000 seconds"\r\n\r\n\tExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"\r\n\r\n\tExpiresByType text/html "access plus 3600 seconds"\r\n\r\n\tExpiresByType application/xhtml+xml "access plus 3600 seconds"\r\n\r\n\t</IfModule>\r\n\r\n\t<IfModule mod_headers.c>\r\n\r\n\t<FilesMatch "\.(ico|jpg|jpeg|png|gif|swf|tpl)$">\r\n\r\n\tHeader set Cache-Control "max-age=29030400, public"\r\n\r\n\t</FilesMatch>\r\n\r\n\t</IfModule>\r\n\t\r\n\t\r\n\t\r\n\tcode ใน .htaccess ครับ","dateCreated":"2012-08-02T12:09:59+0700","author":{"@type":"Person","name":"arayaha_neo@hotmail.com","url":"https://gcms.in.th/index.php"},"upvoteCount":0,"url":"https://gcms.in.th/forum.html?wbid=185#R_412"},{"@type":"Answer","text":"มันเป็นแค่บางโมดูลเท่านั้นครับ อีกโมดูลมันจะไม่เป็น","dateCreated":"2012-08-02T12:38:54+0700","author":{"@type":"Person","name":"arayaha_neo@hotmail.com","url":"https://gcms.in.th/index.php"},"upvoteCount":0,"url":"https://gcms.in.th/forum.html?wbid=185#R_413"},{"@type":"Answer","text":"[quote r=3]มันเป็นแค่บางโมดูลเท่านั้นครับ อีกโมดูลมันจะไม่เป็น[/quote]\r\nไฟล์ครบหรือเปล่า, ติด premission หรือเปล่า","dateCreated":"2012-08-02T17:23:20+0700","author":{"@type":"Person","name":"Goragod","url":"https://gcms.in.th/index.php"},"upvoteCount":0,"url":"https://gcms.in.th/forum.html?wbid=185#R_414"},{"@type":"Answer","text":"ครบครับ ไฟล์ .htaccesss ก็ chmod เป็น 644 ครับ","dateCreated":"2012-08-02T22:33:03+0700","author":{"@type":"Person","name":"arayaha_neo@hotmail.com","url":"https://gcms.in.th/index.php"},"upvoteCount":0,"url":"https://gcms.in.th/forum.html?wbid=185#R_415"}]}}]

เว็บสำเร็จรูป เว็บสำเร็จรูปภาครัฐ เว็บโรงเรียน เว็บไซต์ส่วนตัว ระบบบริหารจัดการเว็บไซต์ (CMS) ฟรี

Internal Server Error


เวลาโพสเว็บบอร์ด มันจะขึ้นกล่อง javascript คำว่า 


 


<h1>Internal Server Error</h1>


The Server Encountered an internal error or misconfiguration


and was unable to complete your request


<hr>


<i>ชื่อเว็บไซต์.com</i>


 


 


จากนั้นปิดกล่องข้อความ แล้วลองกดตั้งกระทู้อีกที มันบอกว่า 


 


"คุณได้ตั้งคำถามนี้แล้วในวันนี้ คุณไม่จำเป็นต้องตั้งซ้ำอีก"


 


ลองกลับไปเช็คดูมันตั้งกระทู้เรียบร้อยแล้วครับ


 


ปัญหานี้สาเหตุเกิดจากอะไร และจะสามารถแก้ไขได้หรือไม่อย่างไรครับ


 


ขอบคุณครับ

01 ส.ค. 2555 5 1,452

อืม...



ลองส่ง URL ให้ผมดูทีครับ



ถ้าแก้ปัญหาเองไม่ได้ อาจต้องส่ง ftp ให้ผม ถ้าสามารถส่งได้



ลองตรวจสอบไฟล์ .htaccess ครับ อาจผิดปกติที่นั่น
ความคิดเห็น #1 02 ส.ค. 2555 223.206.xxx.xx


Options -Indexes


<IfModule mod_rewrite.c>


RewriteEngine On


RewriteBase /


RewriteRule ^(feed|menu|sitemap)\.(xml|rss)$ .php [L,QSA]


RewriteRule ^(.*).rss$ feed.php?module= [L,QSA]


RewriteCond %{REQUEST_FILENAME} !-f


RewriteCond %{REQUEST_FILENAME} !-d


RewriteRule . index.php [L,QSA]


</IfModule>


<IfModule mod_expires.c>


ExpiresActive On


ExpiresByType image/x-icon "access plus 2592000 seconds"


ExpiresByType image/jpeg "access plus 2592000 seconds"


ExpiresByType image/png "access plus 2592000 seconds"


ExpiresByType image/gif "access plus 2592000 seconds"


ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"


ExpiresByType text/html "access plus 3600 seconds"


ExpiresByType application/xhtml+xml "access plus 3600 seconds"


</IfModule>


<IfModule mod_headers.c>


<FilesMatch "\.(ico|jpg|jpeg|png|gif|swf|tpl)$">


Header set Cache-Control "max-age=29030400, public"


</FilesMatch>


</IfModule>







code ใน .htaccess ครับ

ความคิดเห็น #2 02 ส.ค. 2555 180.183.xxx.xx

มันเป็นแค่บางโมดูลเท่านั้นครับ อีกโมดูลมันจะไม่เป็น
ความคิดเห็น #3 02 ส.ค. 2555 180.183.xxx.xx

อ้างอิงจาก ความคิดเห็น #3มันเป็นแค่บางโมดูลเท่านั้นครับ อีกโมดูลมันจะไม่เป็น


ไฟล์ครบหรือเปล่า, ติด premission หรือเปล่า
ความคิดเห็น #4 02 ส.ค. 2555 223.206.xxx.xx

ครบครับ ไฟล์ .htaccesss ก็ chmod เป็น 644 ครับ
ความคิดเห็น #5 02 ส.ค. 2555 171.4.xxx.xx
ความคิดเห็น
ไฟล์อัปโหลด ชนิด jpg, jpeg, gif, png ขนาดไฟล์ไม่เกิน 1024
^