Hi folks,
During the Mobile Version Installation you may have a redirection problem, to fix the problem you should just add one condition in index.php file:

1. open the common index.php files located in script root directory
2. find the code (started at the line ~27):
Code:
Only registered members can view the code.
and replace it with the following code:
Code:
Only registered members can view the code.
3. Save file

Draw attention to the first line in new code:
Code:
Only registered members can view the code.
m. is your sub-domain name with dot after it.
For example: if you use "mobile.domain.com" as mobile sub-domain the line should looks like:
Code:
Only registered members can view the code.
Waiting for your questions.
John