0

現在、iPhone 4 の Safari から「リダイレクトが多すぎます」というエラーを受け取っているクライアントがいます。4 を含む他の iPhone でテストしましたが、このエラーは発生しません。これに関する経験はありますか?これは、Go-Daddy がホストする wordpress サイトです。HTACCESS ファイルにいくつかの追加がありますが、おかしなことは何もありません。

彼女がブラウザの Cookie をクリアすることで問題を解決できる可能性があることはわかっていますが、それが他の iPhone ユーザーに影響を与える可能性がある問題であり、私の側に何かが原因である場合は、問題が発生しないようにしたいと思います将来..

助言がありますか?

編集ここにhtaccessがあります:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Redirect 301 /Testimonials.html /testimonials/
Redirect 301 /Wedding_Accessories.html /dyeable-shoes-bride-on-a-budget/
Redirect 301 /Wedding_Shoes_Styles.php /shoes/
Redirect 301 /Custom_Shoes.html /custom-shoes/
Redirect 301 /Custom_Wedding_Sashes.php /custom-sashes/
Redirect 301 /Wedding_Album.php /gallery/
Redirect 301 /Customizable_shoe_styles.php /custom-shoes/
Redirect 301 /Home_Page.html /
Redirect 301 /Custom_Shoe_Inquiry.html /custom-shoes/
Redirect 301 /comments/feed/ /
Redirect 301 /Etsy_Shop.html /shoes/
Redirect 301 /about/terms/ /terms-and-conditions/
Redirect 301 /Dyeable_Shoes.html /shoes/
Redirect 301 /about/privacy/ /example-privacy-policy/
Redirect 301 /faqs/ /FAQs/
Redirect 301 /ShoeNews.html /blog/
Redirect 301 /About_Us.html /about-us/

# BEGIN wtwp_cache
# END wtwp_cache

# BEGIN wtwp_security
# END wtwp_security
4

0 に答える 0