hey guy's i have rewritten dynamic url with mod_rewrite in .htaccess file.but how about redirecting the dynamic url's to static.heres my file Options +FollowSymLinks RewriteEngine on rewritecond %{http_host} ^xyz.com [nc] RewriteRule ^(.*)$ http://www.xyz.com/Videos/$1 [R=301,L] RewriteRule (.*)-(.*)\.htm$ view.php?card=$1&fid=$2 so whats should be the code to redirect the dynamic url to static with 301
heres the static url http://www.xyz.com/Videos/Skin-And-Digestive-Repair-Solution-22.htm dynaimc url http://www.xyz.com/Videos/view.php?card=Skin-And-Digestive-Repair-Solution&fid=22 thanks for the reply dude