หัวข้อ: ช่วยหน่อยครับ เรื่อง .htaccess ใช้ wordpress + reviewazon เริ่มหัวข้อโดย: amazing-adword ที่ 20 มิถุนายน 2009, 01:10:22 ผมทำ wordpress+scrip reviewazon เวปผมนะครับ h..p.www.realyreview.com พอคลิกที่รูปแล้วมันไม่ส่งไปที่หน้าที่ต้องการ ลองหาข้อมูลดู ก็ได้แบบนี้ แต่ติกที่ ตอน แก้ .htaccess แก้ยังงัยครับ ผมใช้ hostgator ครับ
ครับลองแก้ให้เป็น No ทั้งหมดครับ แล้วแก้ที่ .htaccess ให้เป็นแบบนี้ดูครับ อ้างถึง # IMPORTANT: Place this code above and before ANY Wordpress htaccess code in the .htaccess file # If this Wordpress site is installed anywhere other than the root (http://www.mysite.com/folder/) # you will need to add the folder name to the RewriteBase line. (RewriteBase /folder/) #BEGIN ReviewAZON <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^images/(.*)/(.*)$ http://ecx.images-amazon.com/images/I/$2 [R,L] RewriteRule ^review/(.*)/(.*)/(.*) /reviewazon.php?asin=$2&link=$1 [R,L] </IfModule> #END ReviewAZON # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress ขอบคุุณมากครับ |