I'm sorry for complexive question. I've got a website that reading contents from MySQL database to get video information just like YouTube.
I've 7 column: id, title, desc, url, date, whosadded, views.
I want to do is Rewriting url's from /video.php?id=X
to /title-music-video.html
There's ( http://www.devarticles.com/c/a/Apache/Using-ForceType-For-Nicer-Page-URLs/1/ ) an article for that but htaccess's ForceType doesn't works for me.
I know there's a way adding new column to table for the optimized link but i dont want to specify every seo url when adding new records with form.
I'm stucked at this point, I need your help, thank you! btw... sorry for bad english...