【发布时间】:2025-11-29 19:35:01
【问题描述】:
我正在使用 magento 1.8.1,我想在我们的网址中添加 www。
例如:现在我的网址就像http://example.com/
我在谷歌上搜索并得到了这个解决方案:
rewriteCond %{HTTP_HOST} !^www.example.com [NC]
rewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
我不知道该放在哪里。
【问题讨论】:
标签: magento url url-rewriting magento-1.8