<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)/$ /$1 [L,R=302] RewriteRule ^([0-9]+)-(.*)$ video.php?id=$1&vid=$2 [NC,QSA] </IfModule>