【问题标题】:Redirect http://www.saledresses.net/index.php?p=home to http://www.saledresses.net/重定向 http://www.saledresses.net/index.php?p=home 到 http://www.saledresses.net/
【发布时间】:2013-09-18 20:08:10
【问题描述】:

我正在使用 pinnacle cart 购物车。我已经能够重定向 index.php,但无法将 http://www.saledresses.net/index.php?p=home 重定向到 http://www.saledresses.net/。我觉得这很重要,因为这是与网站每个页面上的主页按钮链接的 URL。

谢谢,

迈克尔

【问题讨论】:

    标签: .htaccess redirect mod-rewrite rewrite pinnacle-cart


    【解决方案1】:

    类似:

    RewriteCond %{REQUEST_URI} ^/index\.php$ [NC]
    RewriteCond %{QUERY_STRING} ^p=home$ [NC]
    RewriteRule - http://www.salesdress.net/ [R=301,L]
    

    【讨论】:

      【解决方案2】:

      在管理方面有一个选项可以添加您的主页 URL - 我猜它是在主页设置或 SEO 设置中

      【讨论】:

        猜你喜欢
        • 2013-11-15
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2011-12-13
        • 1970-01-01
        相关资源
        最近更新 更多