Hello

I have got the following mod_rewrite for my site.

Code: 
RewriteEngine On
RewriteRule ^index\.html$ /index.php [L]
RewriteRule ^([^/]*)\.html$ /videos/watch.php?id=135&video=$1 [L]
The current url is
Code: 
http://domain.com/videos/watch.php?id=130&video=My-Ride-Rules-S01E06-HDTV-XviD-CRiMSON-
I want it to be as
Code: 
http://domain.com/My-Ride-Rules-S01E06-HDTV-XviD-CRiMSON-.html
Can someone guide me in fixing up the id=135 as it has to apply to all the ID's in the site.

Thanks
fdls Reviewed by fdls on . mod_rewrite fix Hello I have got the following mod_rewrite for my site. RewriteEngine On RewriteRule ^index\.html$ /index.php RewriteRule ^(*)\.html$ /videos/watch.php?id=135&video=$1 The current url is http://domain.com/videos/watch.php?id=130&video=My-Ride-Rules-S01E06-HDTV-XviD-CRiMSON- Rating: 5