[Zen Cart] Specials page redirected?

Magic SEO URLs for Zen Cart.
brano
Posts: 3
Joined: Wed Mar 23, 2011 6:48 am

[Zen Cart] Specials page redirected?

Postby brano » Wed Mar 23, 2011 7:29 am

Hello,
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

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Specials page redirected?

Postby inveo » Wed Mar 23, 2011 9:52 am

Please post your store URL.

brano
Posts: 3
Joined: Wed Mar 23, 2011 6:48 am

Re: [Zen Cart] Specials page redirected?

Postby brano » Wed Mar 23, 2011 1:54 pm


inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Specials page redirected?

Postby inveo » Thu Mar 24, 2011 11:55 am

It looks as a problem with your Zen Cart installation. Please post your current .htaccess file content.

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Specials page redirected?

Postby inveo » Fri Mar 25, 2011 1:47 pm

We do not see any problem with your PMed .htaccess file content.

Anyway, try to add:

Code: Select all

Options -Multiviews

to this file.

brano
Posts: 3
Joined: Wed Mar 23, 2011 6:48 am

Re: [Zen Cart] Specials page redirected?

Postby brano » Sun Mar 27, 2011 1:09 pm

Where exactly to insert it? I Tried several attempts. It always caused 500 Internal Server Error.

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Specials page redirected?

Postby inveo » Sun Mar 27, 2011 3:11 pm

If you are getting HTTP 500 then I was wrong and it will be something else.

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.