![]() |
mobile sub domains
|
if someone has to type it in on a phone the shorter the url the better
|
Quote:
|
Quote:
|
both work on most of the websites I visit with my blackberry? then again it might be forwarding to another domain...
|
I don't use www. on any domains mobiile or pc but at the end of the day it really is a personal choice and won't much as the one you don't use will have a redirect to the other.
|
thing.com/m/ also has advantages in sharing cookies saved logins, etc with the ready of thing.com.
I wouldn't put the mobile optimized pages on a different site (m.thing.com) without a good specific reason for doing so. On that topic, one thing to avoid, something I fine terribly annoying, is redirecting thing.com/whatever to just m.thing.com. GFY does that, so for example you can't follow links to threads or any otter pages. If you're going to redirect, redirect to the right page like this: RewriteRule (.*) /m/$1 Or: RewriteRule (.*) http://m.thing.com/$1 |
Quote:
i am a bit thick. |
see if you can get a short domain example site sexygirls.com with mobile site sxygrl.com .. and of course m.sexygirls.com would auto direct to sxygrl.com just use a script to do the detection
|
m.domain.com is best
|
mod_rewrite :1orglaugh; that is so Mickey Mouse and slows the server ... Code:
$TTL 14400 Either sub-domain.com or www.sub-domain.com will work this way -- www is a "sub-domain" in itself so sub-domain.sub-sub-domain.domain.tld really makes little sense IMHO. |
Going with the shorter name is good advice as is using a script to detect mobile users and redirect them to the mobile site/domain or have a link to let them choose the mobile or full version of a site.
|
All times are GMT -7. The time now is 10:40 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123