Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [joeybone] iPhone App

Quote Reply
Re: [joeybone] iPhone App In reply to
Hi,

I can't see it being too hard. Really, you would want a new template set called "iphone" ... then in those templates, have a basic setup of category.html/home.html/detailed.html/link.html

From there, you would probably wanna use mod_rewrite to setup the URL's to goto that new template set ... something like:

Code:
RewriteRule ^mobile/?$ /cgi-bin/page.cgi?t=iphone;g=index.html [L]
RewriteRule ^mobile/(.+) /cgi-bin/page.cgi?t=iphone;g=$1 [L]

Not quite sure where you would be sending them - would it be to something like mobile.domain.com?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread iPhone App joeybone 4926 Jun 15, 2010, 1:16 AM
Thread Re: [joeybone] iPhone App
Andy 4739 Jun 15, 2010, 1:45 AM
Thread Re: [Andy] iPhone App
joeybone 4731 Jun 15, 2010, 2:12 AM
Post Re: [joeybone] iPhone App
Andy 4730 Jun 15, 2010, 2:39 AM
Post Post deleted by sangiro
sangiro 4603 Jul 18, 2010, 2:13 PM