♥DAVID3733 Posted December 21, 2019 Share 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 Quote David Link to comment Share on other sites More sharing options...
yahalimu Posted January 12, 2020 Share 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 Quote Link to comment Share on other sites More sharing options...
yahalimu Posted January 13, 2020 Share 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. Quote Link to comment Share on other sites More sharing options...
bermuda Posted September 7, 2020 Share 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.