Quote Originally Posted by soft2050 View Post
Use this one:

PHP Code: 
RewriteEngine On
RewriteRule 
^index\.html$ /index.php [L]
RewriteRule ^([^/]*)$ /videos/watch.php?id=130&video=$[L
It will work as you wanted
But isn't that going to replace only for the 130th ID ? .html is also required at the end