View Single Post
Old 01-04-2012, 08:18 AM   PM User | #6
leslie.jones
New Coder

 
Join Date: Nov 2011
Posts: 88
Thanks: 4
Thanked 26 Times in 26 Posts
leslie.jones is an unknown quantity at this point
I agree, this is back to front. Typically you'd have a link like:

http://www.mydomain.null/logo-in-5-m...op-tutorial/1/

and mod_rewrite would match that, and internally redirect it to:

www.domain.co.uk/blog-article.php?id=14

You probably could make your rule to do it the other way around, but I don't see much point if you are trying to tidy things up and make them clearer, as you are actually munging things and making them less clear.

It's also worth mentioning that if the search engine is already listing:

www.domain.co.uk/blog-article.php?id=14

in its index, then I'd say the URL was pretty much 'search engine friendly' already :-)
leslie.jones is offline   Reply With Quote