如何使permalink可用于搜索结果页
/?s=一+二+确定到/搜索/一-二确定/
感谢
如何使permalink可用于搜索结果页
/?s=一+二+确定到/搜索/一-二确定/
感谢
这种搜索请求应该已经起作用了(直接在地址栏中查询),您缺少的组件正在重定向非漂亮的搜索请求。。
要执行重定向,您应该发现以下插件仍然有效。。http://txfx.net/wordpress-plugins/nice-search/
希望这有帮助。。
我找到了这个
RewriteRule ^search/(.+)?$ /index.php?s=$1 [QSA,L]
并且在形式上<form action=";/index.php" method="get" onsubmit="location.href=\'/search/\' + encodeURIComponent(this.s.value).replace(/%20/g, \'+\'); return false;">
资料来源:seo-wordpress-search-with-permalink-structure/如果你有更好的解决方案,我想要