0

当我使用 Firefox、Chrome 或 IE 时,我有一个网站非常好。但是当我与 Safari 一起使用时,我遇到了太多重定向错误。

这很奇怪,因为当我进入主页时:http: //www.promenade-sainte-catherine.com没关系,如果我进入其他页面,我会收到错误消息。如果我刷新页面,我可以看到它。

我真的不明白这是从哪里来的。

有关信息:此错误仅在 Safari Mac 上,在 iPhone 上运行良好(使用 wp touch)。这是我使用的插件列表:

Advanced Custom Fields Contact Form 7 Google sitemap plugin Slideshow Gallery TinyMCE Advanced User Role Editor WordPress SEO(我已经停用了这个,但结果还是一样) WP Columns WP Sliding Login/Dashboard Panel WPtouch

谢谢你的帮助

编辑: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
4

1 回答 1

0

听起来您的permalink设置有问题 - 在您的管理员中转到Settings > Permalinks,单击保存,然后再试一次。

于 2012-10-31T16:13:09.660 回答