WebサーバにWordPressをインストールしたんだけど、パーマリンクの設定を「/%category%/%postname%/」に変更したら、全くページが見れなくなった・・・「404NOTFOUND」しか表示されない。
Apacheのログを見ると・・・
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://xxx.com/
もちろん、英語は読めないけど、単語ごとの意味はなんとなくわかる。
どうやら、ログレベルを変更しろということらしい。
なので、
# vi /etc/httpd/conf./httpd.conf
で、
LogLevel debug
に変更。
で「http://www.xxx.com/about/」を見ようとしてこのエラーログ。
[Fri Oct 30 09:50:47 2009] [debug] core.c(3054): [client xx.xxx.xx.xxx] redirected from r->uri = /about/, referer: http://www.xxx.com/
今とりあえず原因探ってます。
このページを共有する