jreimer Posted September 1, 2010 Share Posted September 1, 2010 Hi guys,I am trying to redirect links from my old shopping cart program to my new prestashop install in order to keep my reasonable SEO rankings.I have tried inserting this into the top of my htaccess file, before the url recreation for my friendly urls, etc: redirect 301 index.php/AFL-Merchandise/AFL-BBQ-Buddy/flypage.tpl.html http://hisgifts.com.au/afl-merchandise/488-afl-bbq-buddy.html redirect 301 index.php/AFL-Merchandise/AFL-Bon-Bons-/-Christmas-Crackers/flypage.tpl.html http://hisgifts.com.au/afl-merchandise/476-afl-bon-bons---christmas-crackers.html redirect 301 index.php/AFL-Merchandise/AFL-Bumper-Sticker/flypage.tpl.html http://hisgifts.com.au/afl-merchandise/532-afl-bumper-sticker.html But somehow when I go to a link for one of these products it just take me to my shop home page, not to the new product page as requested. Am I doing this wrong?Thanks so much for any help you could provide. Link to comment Share on other sites More sharing options...
mrFox Posted September 2, 2010 Share Posted September 2, 2010 Try removing the "index.php" bit, so it's just redirect 301 /AFL-Merchandise/AFL-BBQ-Buddy/flypage.tpl.html http://hisgifts.com.au/afl-merchandise/488-afl-bbq-buddy.html or do redirect 301 /index.php/AFL-Merchandise/AFL-BBQ-Buddy/flypage.tpl.html http://hisgifts.com.au/afl-merchandise/488-afl-bbq-buddy.htmlIf it's still broken, try posting everything in your.htaccess file so we can see if something is conflicting. Link to comment Share on other sites More sharing options...
jreimer Posted September 3, 2010 Author Share Posted September 3, 2010 Fantastic, that did it!! It just needed the forward slash before it. Thanks so much!!!!I can't believe something that had me tearing my hair out over for so long was such a simple fix. Again, many thanks!Joshua 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