[Zen Cart] Specials page redirected?
[Zen Cart] Specials page redirected?
my Specials page does not show after refreshment of .htaccess file. Durung the refreshment of .htaccess file I displayed not only main page of my eshop, but also specials page. Now my Specials page does not work - when click on it, Home page shows. How to repair it please?
Thank you
Brano
Re: [Zen Cart] Specials page redirected?
Re: [Zen Cart] Specials page redirected?
Re: [Zen Cart] Specials page redirected?
Anyway, try to add:
Code: Select all
Options -Multiviews
to this file.
Re: [Zen Cart] Specials page redirected?
Re: [Zen Cart] Specials page redirected?
I can not tell you what exactly is causing this but it seems that when /special/ page is accessed then $_SERVER['SCRIPT_NAME'] var or $_SERVER['REQUEST_URI'] var is not correctly set or better say a script in your ZC installation is affecting these vars.