Jump to content

301 Redirect not working


Recommended Posts

Hi Everone

 

Would any one be able to tell me were im going wrong with this 301 redirect

 

I want to redirect a old product that uses my old domain name to my new domain . Same product

 

This is what i have

 

redirect 301 http://ukgamingpcs.co.uk/zen/index.php main_page=product_info&products_id=31 http://uk-gaming-pcs.co.uk/watercooled-gaming-pcs-/6435-evo-vt01-water-cooled-gaming-pc.html

 

I have attached the code above to the .htaccess file and uploaded it to my new domain host

 

Im not sure were im going wrong

 

 

Many Thanks

 

Gary

Link to comment
Share on other sites

redirect 301 http://ukgamingpcs.co.uk/zen/index.php main_page=product_info&products_id=31 http://uk-gaming-pcs...-gaming-pc.html

 

I have attached the code above to the .htaccess file and uploaded it to my new domain host

You need to use the code

redirect 301 /zen/index.php main_page=product_info&products_id=31 http://uk-gaming-pcs.co.uk/watercooled-gaming-pcs-/6435-evo-vt01-water-cooled-gaming-pc.html

and you need to put it in the .htaccess in old domain.

Link to comment
Share on other sites

×
×
  • Create New...