♥DAVID3733 9 Posted December 21, 2019 12 hours ago, DAVID3733 said: Can confirm with a bit of jiggling it will work in httpd.conf had to change RewriteRule ^([a-z0-9/-]+)-c-([0-9_]+)\.html$ index.php? [NC,L,QSA] to RewriteRule ^([a-z0-9/-]+)-c-([0-9_]+)\.html$ /index.php?cPath=$2 [NC,L,QSA] although have problem with popup image not working now, not sure if that related though to URLS5 I take that back, it cause other issues, if i ever find the right method i will post back David Share this post Link to post Share on other sites
yahalimu 43 Posted January 12, 2020 (edited) Hi, I have it working OK on Phoenix (1.0.4.2), rewrite, no cache. BUT on clicking an item in the cart via the shipping cart navbar button, the url is not converted (....product_info.php?products_id=2535{2}28 ) and of course serves the FWR 'page not found' page. Can anyone reproduce this? Edited January 12, 2020 by yahalimu Share this post Link to post Share on other sites
yahalimu 43 Posted January 13, 2020 On further investigation, only an issue on attributed products, works OK on standard items with no attributes. eg products_id=2535{2}28 doesnt work as opposed to products_id=2535 which does. Share this post Link to post Share on other sites
bermuda 0 Posted September 7, 2020 I tried to add RewriteRule ^write.php$ ext/modules/content/reviews/write.php [NC,L,R] to rewrite the review page I put it directly under the RewriteBase but it did not do anything. It displays as .../ext/modules/content/reviews/write.php?products_id=7556 Am I missing something about what this as supposed to do? OSCOM CE Phoenix v1.0.7.5 Share this post Link to post Share on other sites