Quote Originally Posted by soft2050 View Post
Check the above reply

If you want .html at the end then:

PHP Code: 
RewriteEngine On
RewriteRule 
^index\.htmlindex.php [L]
RewriteRule ^([0-9]{4})-([^/]*).htmlvideos/watch.php?id=$1&video=$[L
Works the same way as above just add .html at teh endz
Thanks soft2050.

I knew that way. But the thing is I didn't want the ID to interfere and now I realized script needs to be fixed to get it removed. Anyways thanks for helping mate

Add this above code finally.