【问题标题】:Redirect RewriteRule htaccess重定向 RewriteRule htaccess
【发布时间】:2019-04-25 22:31:36
【问题描述】:
RewriteEngine On
RewriteRule ^([a-zA-Z0-9]+)$ product-detail.php?asin=$1 [NC,L]

我有上面的重写规则

http://localhost/fashe-colorlib/B07CNMLF8P
http://localhost/fashe-colorlib/product-detail.php?asin=B07CNMLF8P

虽然我想完全摆脱以下网址,但上述网址正在工作。

http://localhost/fashe-colorlib/product-detail.php?asin=B07CNMLF8P

这就是我的链接的样子

<a href="/fashe-colorlib/product-detail.php?asin=<?php echo $cat_Asin; ?>">

【问题讨论】:

    标签: .htaccess url-rewriting rules


    【解决方案1】:
    <a href="/fashe-colorlib/<?php echo $cat_Asin; ?>">
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-12-05
      • 2016-11-18
      • 1970-01-01
      相关资源
      最近更新 更多