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
My new URL
its working but not redirect…please tell how can i redirect my page to new URL page
Regards