First of all I love this module! Everything worked perfectly until I decided to setup and enable subdomains redirects on my website........First I setup a subdomain (iphone.pbxtend.net) to be mirror my primary domain pbxtend.net.....then I made the adjustment to my htaccess.txt file in the root of the as the tutorial showed (
www.ostraining.com/blog/joomla/mobile-joomla-tutorial/).
RewriteCond %{HTTP_HOST} ^pbxtend.net$ [NC]
RewriteRule ^(.*)$
www.pbxtend.net/$1 [R=301,L]
Yet I get the following error on my iPhone:
Error: "Cannot Open Page - Safari cannot open the page because too many directs occured"
Any idea what I might be missing or what I can do to resolve this?
Thanks in advance for any help!
Alfrado Garcia