Hi guys
i have the Mobile plugin installed and its working fine with normal browser (PC/Laptop) Of while using HTC Universal or i-mate JasJar.
However if you try to open the site using iPhone ( Safari ) you get an error message :
Cannot Open page
Safari cannot open the page because too many redirects occurred.
Here is a copy of my .htaccess file :
Code:
Options All -Indexes
ErrorDocument 404 /404.php
FileETag MTime Size
php_flag session.auto_start off
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^itg-ar\.com$ [NC]
RewriteRule ^(.*)$ http://www.itg-ar.com/$1 [R=301,L]
RewriteRule ^sitemap\.xml$ index.php [L]
RewriteRule ^(.*)(\.html|\.htm)$ index.php [L]
RewriteRule ^(.*)(\.rss|\.atom)$ index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/?$ index.php [L]
</IfModule>
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType image/gif "access plus 1 months"
ExpiresByType image/jpeg "access plus 1 months"
ExpiresByType image/png "access plus 1 months"
ExpiresByType text/css "access plus 1 months"
ExpiresByType application/x-javascript "access plus 1 months"
</IfModule>
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
I also notified that when browsing the main website it gives me the same error message.
Any suggestions guys ? anyone have this problem ?
thanx