Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要更改 magento 的搜索 url。
How can i redirect from catalogsearch/result/?q=test to search/test
.htaccess 的规则是:
RewriteRule ^search/([^/]+)/?$ /catalogsearch/result/?q=$1 [QSA,P,NC]
我尝试更改 Helper 上的目录搜索/结果,但找不到?q=。
任何帮助表示赞赏。
q 是搜索的输入字段的名称。您可以在定义输入字段的模板中更改它。