quizzer Posted July 10, 2011 Share Posted July 10, 2011 I have a working store (Prestashop ver 1.3.6.0) in the root directory and i have set up a store (Prestashop ver 1.4.3) in www.example.co.uk/shop/I am trying to use 301 redirects from one store to the other, but i am having no luck. Haven't done much with htaccess files.I have tried :Redirect 301 http://www.example.co.uk/mugs-coasters/15-photo-coaster.html http://www.example.co.uk/shop/mugs-coasters/42-square-photo-coaster.htmlbut it wont work, is the syntax wrong or does make any difference where it's placed in the htaccess file?Any help would be appreciated. Link to comment Share on other sites More sharing options...
JSHD Posted July 14, 2011 Share Posted July 14, 2011 you got an answer allready?Try this:Redirect 301 /mugs-coasters/15-photo-coaster.html /shop/mugs-coasters/42-square-photo-coaster.html Link to comment Share on other sites More sharing options...
quizzer Posted July 15, 2011 Author Share Posted July 15, 2011 Thanks for talking the time to answer.Had to put a ? on the end of the redirect to get it to work.Redirect 301 /mugs-coasters/15-photo-coaster.html /shop/mugs-coasters/42-square-photo-coaster.html? Link to comment Share on other sites More sharing options...
JSHD Posted July 15, 2011 Share Posted July 15, 2011 Last night i wrote an manual for 301 redirecting with query string:http://www.prestashop.com/forums/viewthread/119653/general_discussion/redirecting_301__how_to/ Link to comment Share on other sites More sharing options...
pralbin Posted July 15, 2011 Share Posted July 15, 2011 Last night i wrote an manual for 301 redirecting with query string:http://www.prestashop.com/forums/viewthread/119653/general_discussion/redirecting_301__how_to/ Awesome manual, thanks JSHD Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now