Hello
I have got the following mod_rewrite for my site.
The current url is
I want it to be as
Can someone guide me in fixing up the id=135 as it has to apply to all the ID's in the site.
Thanks <3
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 <3
Last edited: