Hi,
I have installed Mobile Joomla. No error displayed.
Below are my Mobile Joomla! Settings for iphone:
Domain (multisite) support : Yes
Redirect to domain : Yes and is activated to iphone.mysite.com
I am testing in firefox browser (firefox is set to default user agent iphone 3.0)
And .htaccess file of sub domain contains:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mysite.com$ [NC]
RewriteRule ^(.*)$
www.mysite.com/$1 [R=301,L]
My sub domain was not redirecting. So I put index.html file with the data:
<meta http-equiv="refresh" content="0; url=
www.mysite.com">
Now my site gets REDIRECTED , but still no mobile joomla templates get loaded.
However, when I type the link:
www.mysite.com/?device=iphone
www.mysite.com/?device=xhtml
www.mysite.com/?device=chtml
Then mobile templates get loaded.
How can I rectify this problem.
Thanks,