[osCommerce] change currency redirects back to non-SEO url
[osCommerce] change currency redirects back to non-SEO url
http://www.mydomain.de/en/the-matrix-6 (nice url!!)
then change dollar to euro and it redirects to:
http://www.mydomain.de/product_info.php?currency=EUR&products_id=6&language=en&cPath=21 (ugly url!!!)
Is this supposed to happen?
EDIT: I have this issie on my new domain with MSU. The previous domain is working correctly with MSU.
it works for normal page like 'conditions.php' but not for product pages. It also fails when the language is switched.
Re: [osCommerce] change currency redirects back to non-SEO u
Re: [osCommerce] change currency redirects back to non-SEO u
Re: [osCommerce] change currency redirects back to non-SEO u
uri_mode is now set to "normal" so the non SEO url's are not happening. This is the same site on which the .htaccess will not generate by itself (I pasted the code from my other MSU license).
I also need to set
Code: Select all
uri_extension = "/"
if that is possible but it needs to regenerate for that, which it doesn't.
I can PM directadmin credentials if needed.
Re: [osCommerce] change currency redirects back to non-SEO u
If URI extension is set to "/", then MSU will switch back to the default (".html").
Re: [osCommerce] change currency redirects back to non-SEO u
Can you help with the uri mode? In short mode is doesn't function correclty like on my other site with MSU, explained above.