I am using this code : Redirect 301 //seo-help/oldexample.html http://www.mysite.com/seo-help/newexample.html but this is not working and if i'm removing "-"(hyphan) between seo-help then these are working like this : Redirect 301 //seohelp/oldexample.html http://www.mysite.com/seo-help/newexample.html but i want to redirect with hyphan(-) seo-help plz tell me solution as soon as possible thanks...........
Why the double slash at the beginning? Been a while since I've done a 301 but I'm sure you just need the one slash, so it would be: Redirect 301 /seohelp/oldexample.html http://www.mysite.com/seo-help/newexample.html Also, I know quotes are used for redirects that contain a space, so try adding quotes around the redirect URL.