Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [jferry] Syndication

Quote Reply
Re: [jferry] Syndication In reply to
In theory, yes. You could just setup some mod_rewrite, so it does stuff like this (for each of the functions/commands);

http://www.domainc.om/cgi-bin/forum/forum.cgi?;category=7

... could translate to;

http://www.mymaindomain.com/cgi-bin/gforum/gforum.cgi?;category=7&t=mydomain

This could be done with something like (on the domain.com site, not mymaindomain.com);

^forum/gforum\.cgi?category=.* http://www.mymaindomain.com/cgi-bin/gforum/gforum.cgi?;category=$1&t=mydomain [L]

You could probably get a few ideas/pointers by looking at the "Search Engine Friendly" mod_rewrite codes; as they list the main functions.

Hope that helps.

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 Syndication jferry 3391 Aug 3, 2004, 8:11 AM
Thread Re: [jferry] Syndication
Andy 3312 Aug 3, 2004, 9:44 AM
Thread Re: [Andy] Syndication
jferry 3292 Aug 4, 2004, 5:39 AM
Post Re: [jferry] Syndication
Andy 3298 Aug 4, 2004, 6:34 AM