On 02/08/2012 09:47 PM, T o n wrote:

Hello,

Besides my standard website, I want to create a mobile website in TYPO3.

For that purpose I made a separate tree in in TYPO3 and installed extension 
cwmobileredirect to detect any mobile device which moves the visitor to the 
other tree.
This works perfectly with my first provider. There I can make a subdomain 
m.mydomainname.com through a cpanel and redirect the visitors to the correct 
http://m.mydomainname.com/index.php?id=74 page.

My other provider allows unlimited subdomains, by simply creating a new folder in the root of my page, using 
ftp. That provider does not have a cpanel so I cannot add a redirect url. Therefore I tried an html page with 
(<meta http-equiv="REFRESH" 
content="0;url=http://www.mydomainname.com/index.php?id=74/";></HEAD>). But what happens is, 
that when a mobile device is detected, it is sent to this index page and this index page sends him back to 
TYPO3. So I end up in an endless loop.
The same happens when I place a .htaccess file in the subdomain folder.

What do I have to do to get this working with this provider?

I do have access to some DNS settings where I can change the A, AAAA, CNAME, MX 
TXT and SRV.
Adding the 'm' subdomain as an A record to my website's IP-address does not 
help either.

Thnx,
Ton
                                        
you may link your m-subdomain to your www-tree and handle different domains inside of typo3

if you have only ftp-access you may create the links inside of php/a pseudo-shell on your server itself

bernd
--
http://www.pi-phi.de/cheatsheet.html
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to