スパイダーされたときのサイトの動作をテストしたい。ただし、「ページ」という単語を含むすべてのURLを除外します。私は試した:
$ wget -r -R "*page*" --spider --no-check-certificate -w 1 http://mysite.com/
この-R
フラグは、「ページ」という単語を含むURLパターンを拒否することになっています。それが機能していないように見えることを除いて:
Spider mode enabled. Check if remote file exists.
--2014-06-10 12:34:56-- http://mysite.com/?sort=post&page=87729
Reusing existing connection to [mysite.com]:80.
HTTP request sent, awaiting response... 200 OK
このようなURLのスパイダーを除外するにはどうすればよいですか?