I am using Wamp and i am new to url rewriting what i want to do is to convert this
localhost/webtv/video/?ID=14&CH=30
To:
localhost/webtv/channel name/video title/
where /webtv/
= the root of my website on localhost
and ID
= the video id and CH
= the channel id
Do i have to query the titles of the video and the channel or what and whatever solution you will give me will work on locahost as on the server ?
Thank you so much