初めてこの問題が発生しました。
ルート ドメイン mydomain.com/blog/ のいずれかのフォルダーに WordPress をインストールしました。
Next は、一部の書き換えルールがドメインでの実行を妨げていることを発見しました。
私はphp5でApacheを使用しています
ルールは次のとおりです。
rewritecond %{http_host} ^mydomain.com [nc]
rewriterule ^(.*)$ http://www.mydomain.com/$1 [r=301,nc]
rewritecond %{http_host} ^mydomain.biz [nc]
rewriterule ^(.*)$ http://www.mydomain.com/$1 [r=301,nc]
rewritecond %{http_host} ^mydomain.co.uk [nc]
rewriterule ^(.*)$ http://www.mydomain.com/$1 [r=301,nc]
rewritecond %{http_host} ^mydomain.info [nc]
rewriterule ^(.*)$ http://www.mydomain.com/$1 [r=301,nc]
rewritecond %{http_host} ^mydomain.net [nc]
rewriterule ^(.*)$ http://www.mydomain.com/$1 [r=301,nc]
rewritecond %{http_host} ^mydomain.org [nc]
rewriterule ^(.*)$ http://www.mydomain.com/$1 [r=301,nc]
rewritecond %{http_host} ^mydomain.us [nc]
rewriterule ^(.*)$ http://www.smydomain.com/$1 [r=301,nc]
これで5時間以上立ち往生していますが、どこにも答えが見つからないようです.
助けてください!!!
コーヒーでさえもう役に立ちません:)