My Rule: RewriteRule ^(.*)/album/(.*)/?$ watch_album.php?id=$2&video_url=$1 [L]
when i goes to site:epashto.com in google search it shows me url with query string
like : http://epashto.com/watch_album.php?id=33
but my SEO Friendly URL is: http://epashto.com/special-hits-volume-4-pashto-songs-album-2013/album/33
Now the issue is that if user click to this url: http://epashto.com/watch_album.php?id=33 it should redirect to my new SEO Friendly URL Automatic or if someone just type the ugly url direclty in address bar and hit enter button it show change to my new url is this possible or not if yes then please help me, my enternal website url work fine and its SEO friendly but google is indexing ugly urls how to prevent it from indexing ugly ur n redirect those urls to new patterns thanks!