Dancook
Distinguished Member
Hey all,
I've been looking into creating SEO friendly URLs.
It's an Apache/Coldfusion website, I have found you can use Apache's mod_rewrite to rewrite urls from say
yourdomain.com/product.cfm?category=books&product=23
into this.
yourdomain.com/product/books/23
But what methods do I have to rewrite the URL into
yourdomain.com/product/books/harry-potter-and-the-dangerous-pebble
Can this be done at Apache level, it would need to know how to get the title, is this possible?
Or will I have to do it at Coldfusion level?
I've been looking into creating SEO friendly URLs.
It's an Apache/Coldfusion website, I have found you can use Apache's mod_rewrite to rewrite urls from say
yourdomain.com/product.cfm?category=books&product=23
into this.
yourdomain.com/product/books/23
But what methods do I have to rewrite the URL into
yourdomain.com/product/books/harry-potter-and-the-dangerous-pebble
Can this be done at Apache level, it would need to know how to get the title, is this possible?
Or will I have to do it at Coldfusion level?