AndersIvar Posted October 31, 2011 Share Posted October 31, 2011 Since I dont know when URL-Rewrite does not work for my articles in Prestapress. Example: /sv/modules/prestapress/content.php?id=9 should be rewritten to: /sv/article/9-cowboyhatt But not working (and just made me loose some good top placements in SERP) What I have added in the box generators in BO of Prestashop is this: RewriteRule ^([a-z]{2})/article/([0-9]+)-[a-zA-Z0-9-]* /modules/prestapress/content.php?id=$2&isolang=$1 [QSA,L,E] RewriteRule ^article/([0-9]+)-[a-zA-Z0-9-]* /modules/prestapress/content.php?id=$1 [QSA,L,E] RewriteRule ^([a-z]{2})/articles/([0-9]+)-[a-zA-Z0-9-]* /modules/prestapress/content.php?category=$2&isolang=$1 [QSA,L,E] RewriteRule ^articles/([0-9]+)-[a-zA-Z0-9-]* /modules/prestapress/content.php?category=$1 [QSA,L,E] RewriteRule ^([a-z]{2})/articles(.*) /modules/prestapress/content.php [QSA,L,E] RewriteRule ^articles /modules/prestapress/content.php [QSA,L,E] RedirectMatch 301 /lang-(.*)/(.*) http://www.kakadutraders.se/$1/$2 Anyone got a clue? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted October 31, 2011 Share Posted October 31, 2011 Hi Anders, This is a community-developed module, so the best place to start is to try to contact the developer directly through the Addons store. However, if you haven't heard back from them within 48 hours please let me know and I will try to reach out to them directly. -Mike Link to comment Share on other sites More sharing options...
AndersIvar Posted October 31, 2011 Author Share Posted October 31, 2011 Yes, I know and will contact him. Just wondered if someone had a clue, right away as my serp-positions is going down the drain... Link to comment Share on other sites More sharing options...
lenp Posted November 16, 2011 Share Posted November 16, 2011 Yes, I know and will contact him. Just wondered if someone had a clue, right away as my serp-positions is going down the drain... Hi Anders - how did you solve this? Looking at your site it at least looks like you solved it.... Link to comment Share on other sites More sharing options...
phunter121 Posted November 17, 2011 Share Posted November 17, 2011 I'm also keen to know how this was solved as it happens on a number of other modules Link to comment Share on other sites More sharing options...
Recommended Posts