Hey all, so I've been playing around with mod rewrites for a bit and I'm having a few problems. I can get lets say a.html to internally redirect to b.html but I'm far from rewriting my own url to actually be useful. I was wondering if there were some rewrite junkies around here that might be able to help me out. The url i have now looks like:
Code:
domain.com/blog/a.php?id=5&title=title-right-here
and i was wondering how i could get it to
Code:
domain.com/blog/a/5/title-right-here
or even better
Code:
domain.com/blog/5/title-right-here
Any help would be appreciated
Thanks in advance