0

我有一个客户,她目前在她的 iPhone 4 上从 Safari 收到“重定向过多”错误。我已经在其他 iPhone 上进行了测试,包括 4,但没有收到此错误。有这方面的经验吗?这是一个由 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