.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","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","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","author":{"@type":"Person","name":"กรกฎ วิริยะ","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","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"}]}}]
^
ลองส่ง URL ให้ผมดูทีครับ
ถ้าแก้ปัญหาเองไม่ได้ อาจต้องส่ง ftp ให้ผม ถ้าสามารถส่งได้
ลองตรวจสอบไฟล์ .htaccess ครับ อาจผิดปกติที่นั่น
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 ครับ
ไฟล์ครบหรือเปล่า, ติด premission หรือเปล่า