Currently, all I'm doing is (in essence) searching for "?City:", so
hopefully I'd be able to do something similar with
$_SERVER['HTTP_HOST']. Otherwise, the simplest method would probably
be to place a javascript (or other) redirect on
brisbane.transitcamp.org
...I'm a complete newbie to subdomain names, could somebody please
advise if it is possible (on an affordable host) to programatically
generate subdomain names & what's involved?
My goal is to make this "moron friendly" so that any moron can create
a group for their area - and wait until somebody a bit more competent/
confident comes along and starts (un?)organising a venue, date,
sponsors etc.
Tara Hunt wrote:
> I agree with Nicholas on everything except for that not-so-pretty url structure:
>
> www.transitcamp.org/wiki/index.php?City:Brisbane
>
> Yikes!
>
> It should be something simply typeable and hackable like BarCamp's subdomains:
>
> www.transitcamp.org/Brisbane
>
> or if you want to get a little more complicated:
>
> www.transitcamp.org/TransitCampBrisbane
>
> Flickr also uses these:
>
> flickr.com/photos/missrogue/tags/avatar
>
> Anything with a ? in it will be bad for search engine indexing as well.
Seems it should be relatively easy to have:
- wiki.transitcamp.org/city/Brisbane
or
- [www.]transitcamp.org/wiki/city/Brisbane
...I need the "city/" bit so that the system knows to treat the page
differently to a global/shared page (unless we can figure out how to
do the sub domains)