Forum Moderators: phranque
I am brand new to .htaccess and I'm looking for some guidance and I need a redirect setup.
Here is the story :
My website used to be here :
www.mysite.com/shop/
I moved it to the root level :
www.mysite.com/
SO... with that being said, I'd like to redirect the old links with the /shop/ in them to the root.
So, for instance,
www.mysite.com/shop/product_abcd.php
should redirect to => www.mysite.com/product_abcd.php
I assume this is the best & most bot friendly way to do it.
Thanks!