Forum Moderators: phranque
I've been fooling around with SEF URLs for a few months now and I get the basics now, but now I want to take my SEF URLs to the next level.
I want my tutorial names in my rewritten URLs with a "-" for the spacings, example:
Old SEF URL:
[justanexample.cd...]
New SEF URL:
[justanexample.cd...]
Hopefully someone can help me out with this since I'm clueless on this subject!
Thanks in advance,
Celox
mod_rewrite by itself can't help; It can add, remove, or re-arrange the characters in a URL, but it has no internal capability as a relational database. So you use a RewriteMap to invoke a script to do the translation.
Or you can modify your main script to do the same thing.
Jim
[edited by: jdMorgan at 1:59 am (utc) on Sep. 27, 2006]