Iphone Browser wird mit .htaccess umgeleitet auf Verzeichnis /iphone
.htaccess
RewriteEngine On RewriteCond %{HTTP_USER_AGENT} .*iPhone.* RewriteRule ^index\.html$ http://zwax.act-thielmann.at/iphone/ [L] RewriteRule ^/$ http://zwax.act-thielmann.at/iphone/ [L]