หน้า detail ของผมมันไม่ขึ้นสินค้อ่ะครับ แก้ยังไงครับ
ไฟล์ .htaccess ครับ
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^stats/$ stats/ [L]
RewriteRule ^feed$ rss.php [L]
RewriteRule ^([a-zA-Z0-9_-]+)$ $1/ [R=301,L]
RewriteRule ^admin/$ admin/index.php [L]
RewriteRule ^last/$ index_page.php [L]
RewriteRule ^last/([0-9]+)$ index_page.php?spage=$1 [L]
RewriteRule ^top/$ index_page.php?count= [L]
RewriteRule ^top/([0-9]+)$ index_page.php?spage=$1&count=true [L]
RewriteRule ^privacy/$ index_page.php?type=privacy [L]
RewriteRule ^about/$ index_page.php?type=about [L]
RewriteRule ^detail/([a-zA-Z0-9_-]+)$ index_detail.php?asin=$1 [L]
RewriteRule ^buy/([a-zA-Z0-9]+)$ go.php?asin=$1 [L]
RewriteRule ^([a-zA-Z0-9_-]+)/([0-9]+)$ index.php?q=$1&page=$2 [L]
RewriteRule ^([a-zA-Z0-9_-]+)/?$ index.php?q=$1 [L]
</IfModule>