this works OK when my URL is in format /blog/t/tag1,tag2...
(i.e. tags are seperated by comma)
So what I want to know is if it possible for the rewrite rule to split the tags ($1) with a "/" and reqrite it with comma seperators. Not a big deal if it can't be done - it would just look a bit nicer.
URL Rewriting - split tags
Hi,
I'm trying to re-write some URLs for my blog so when filtering on tags I can trasnform:
/blog/t/tag1/tag2/...
into
/blog/?tabs=tag1,tag2,...
My current rewite rule is
this works OK when my URL is in format /blog/t/tag1,tag2...
(i.e. tags are seperated by comma)
So what I want to know is if it possible for the rewrite rule to split the tags ($1) with a "/" and reqrite it with comma seperators. Not a big deal if it can't be done - it would just look a bit nicer.
Cheers
Paul
is working on a reply...