RE: IIRF Rewrite Rules

2007-03-19 Thread Robert Rawlins - Think Blue
Thanks pal that worked an absolute charm. Rob -Original Message- From: AJ Mercer [mailto:[EMAIL PROTECTED] Sent: 19 March 2007 00:16 To: CF-Talk Subject: Re: IIRF Rewrite Rules Try this out # www.mydomain.com/articles/6/i-wonder-how-i-achieve-this RewriteRule (?i)^/articles

IIRF Rewrite Rules

2007-03-18 Thread Robert Rawlins
Hello Guys, My regex is pretty poor to be honest, and its somthing i REALLY need to start learning, so in addition to any help on this some reccomendations of books or resources on the subject would be greatly appreciated. I've currently got a bunch of urls for model-glue events, and most

Re: IIRF Rewrite Rules

2007-03-18 Thread AJ Mercer
Try this out # www.mydomain.com/articles/6/i-wonder-how-i-achieve-this RewriteRule (?i)^/articles/([^/]+)/([^/]+) /index.cfm?event=viewarticlearticleid=$1 This rule would also put 'i-wonder-how-i-achieve-this' into $2 On 3/19/07, Robert Rawlins [EMAIL PROTECTED] wrote: Hello Guys, My regex