仅在IOS中重定向太多?
问题描述:
除了IOS以外,这个网站可以正常工作。 http://www.pepedivecenter.com。仅在IOS中重定向太多?
- 它可以在Windows,Firefox,Chrome或IE中使用。
- 它工作在OSX的Safari或Chrome
- 它可以在Android手机
- ,但它并没有使用Chrome或Safari浏览器中的IOS(iPhone或iPad)工作!
当我尝试打开iPad或与Chrome或Safari的IPhone的网站,我收到了过多的重定向错误。
web.config中是很干净:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<handlers>
<remove name="PHP_via_FastCGI" />
<add name="PHP_via_FastCGI" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="C:\php\php-cgi.exe|-d open_basedir='D:\XVRT\pepedivecenter.com\Html;D:\XVRT\pepedivecenter.com\html\new'" resourceType="File" requireAccess="Script" />
</handlers>
<security>
<ipSecurity allowUnlisted="true">
</ipSecurity>
</security>
<staticContent>
<remove fileExtension=".htm" />
<remove fileExtension=".html" />
<mimeMap fileExtension=".html" mimeType="text/html" />
<mimeMap fileExtension=".htm" mimeType="text/html" />
</staticContent>
</system.webServer>
</configuration>
我试图启用和禁用友好的URL, 该网站在IIS下运行,所以我试着用的web.config多种配置
我清理joomla的缓存和重定向。
我清理了浏览器缓存和cookie。
我更新一切的最后一个版本(3.6.5的Joomla) ,但问题仍然存在。
如何解决此问题?有任何想法吗?
tks!
答
我找到了解决方法。
该问题是由Joomla插件“系统 - 语言筛选器”造成的。 我禁用了这个插件,现在该站点在IOS中工作。
不是Chrome应用的问题。 –