regex - Redirect a asp page to php page using htaccess -


i have rebuild website using php. old website made else build in asp. have lot pages need redirecting new pages. know need every individual page i'm not sure how this. have example:

http://www.mysite.co.uk/productdetails/617/6/casio%20cdp120%20digital%20piano%20in%20black/ 

needs redirecting to

http://www.mysite.co.uk/casio-cdp120-digital-piano-in-black/302 

any welcome

you can use rule:

rewriterule "^productdetails/617/6/casio cdp120 digital piano in black/?$" /casio-cdp120-digital-piano-in-black/302 [l,nc,r=301] 

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -