Help me redirect my URL to new SEO friendly URL

Hell everybody

can you please provide me code to redirect my old URL new URL

I write this code in .htaccess and its working but my page is not redirecting

RewriteEngine On
RewriteRule ^download-([^-])-([^-])-([^-]*)$ /film-page.php?films=$1&film_id=$2&film_name=$3 [L]

my old URL

Old Link

My new URL

New Link

its working but not redirect…please tell how can i redirect my page to new URL page

Regards

problem solve myself