私はルールに従ったファイルrewrite.phpを持っています
$rewrites = array(
'#^/searchresults.html$#' => '/info/searchresults'
);
$reverseRewrites = array (
'#^/info/searchresults$#' => '/searchresults.html'
);
この作品と私に正しいページsearchresults.htmlを与える
Googleカスタム検索
私はエラーページが見つかりませんでしたので、
検索結果ページの形式は次のとおりです。
http://site.com/searchresults.html?cx=partner-pub-***********&cof=FORID%3A10&ie=UTF-8&q=***&sa=Search&siteurl=site.com%2F
あなたはこの特定のURLの正しい書き換えルールを挿入するのを助けてくれますか?