Board logo

标题: [求助] Shopnc伪静态规则 开启后500错误了 Lnamp2.4环境的 [打印本页]

作者: dmlzj    时间: 2013-1-10 16:06     标题: Shopnc伪静态规则 开启后500错误了 Lnamp2.4环境的

本帖最后由 dmlzj 于 2013-1-10 16:14 编辑
  1. # 将 RewriteEngine 模式打开
  2. RewriteEngine On

  3. # 修改以下语句中的 /shopnc 为你的商城目录地址,如果程序放在根目录中,请将 /shopnc 修改为 /
  4. #RewriteBase /

  5. # Rewrite 系统规则请勿修改
  6. RewriteRule ^goods-([0-9]+)-([0-9]+).html$ index.php?act=goods&goods_id=$1&id=$2
  7. RewriteRule ^groupbuy-([0-9]+)-([0-9]+).html$ index.php?act=show_groupbuy&op=groupbuy_detail&group_id=$1&id=$2
  8. RewriteRule ^article-([0-9]+).html$ index.php?act=article&article_id=$1
  9. RewriteRule ^store-([0-9]+).html$ index.php?act=show_store&id=$1
  10. RewriteRule ^activity-([0-9]+)-([0-9]*).html$ index.php?act=activity&activity_id=$1&nav_id=$2
  11. RewriteRule ^store_nav-([0-9]+)-([0-9]+).html$ index.php?act=show_store&id=$1&article=$2
  12. RewriteRule ^document-([a-zA-Z_]+).html$ index.php?act=document&code=$1
  13. RewriteRule ^coupon_info-([0-9]+)-([0-9]+).html$ index.php?act=coupon_store&op=detail&coupon_id=$1&id=$2
复制代码

帮忙看看是不是有问题啊  .htaccess文件里是这样写的 后台开启后报500错误
作者: admin    时间: 2013-1-10 21:29

应该是规则的原因




欢迎光临 WDlinux官方论坛 (http://wdlinux.cn/bbs/) Powered by Discuz! 7.2