X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   CDSEO Category Redirects to Home.php?!? (https://forum.x-cart.com/showthread.php?t=35847)

inboxnews 12-01-2007 02:48 PM

CDSEO Category Redirects to Home.php?!?
 
Just installed CDSEO. All seems to working fine EXCEPT my category links are redirecting back to home.php (www.mywebsite.com/home.php).

It's really strange because my browser address indicates the correct location, even after clicking on a category link. (example: www.mywebsite.com/category/mycategory/) but I end up back home.

Like I said, product links work great, as does everything else.

Any ideas?

balinor 12-02-2007 05:08 AM

Re: CDSEO Category Redirects to Home.php?!?
 
Moving to Third Party add-ons

Jon 12-02-2007 11:23 AM

Re: CDSEO Category Redirects to Home.php?!?
 
Open modules/cdseolinks/cdseo_config.php

Find:
$cdseo_urlvar = $REQUEST_URI;

Change to:
$cdseo_urlvar = $_SERVER['REQUEST_URI'];

carpeperdiem 12-02-2007 03:08 PM

Re: CDSEO Category Redirects to Home.php?!?
 
Quote:

Open modules/cdseolinks/cdseo_config.php

Find:
$cdseo_urlvar = $REQUEST_URI;

Jon,

Is this a new version of cdseo?

I have nothing like this in my installed version.

BUT -- I see it in a more recent distribution. Should I be upgrading to the latest version? Are there benefits (or are there issues with the older code?)

Thanks,

Jeremy

inboxnews 12-03-2007 08:36 AM

Re: CDSEO Category Redirects to Home.php?!?
 
Quote:

Originally Posted by Jon
Open modules/cdseolinks/cdseo_config.php

Find:
$cdseo_urlvar = $REQUEST_URI;

Change to:
$cdseo_urlvar = $_SERVER['REQUEST_URI'];


Thanks Jon. Yeah, I remember that was mentioned in step-1, or there abouts, but figured since the product links worked that couldn't be the problem. Anyway, that fixed it. Thanks.

Jon 12-03-2007 09:41 AM

Re: CDSEO Category Redirects to Home.php?!?
 
Quote:

Originally Posted by carpeperdiem
Jon,

Is this a new version of cdseo?

I have nothing like this in my installed version.

BUT -- I see it in a more recent distribution. Should I be upgrading to the latest version? Are there benefits (or are there issues with the older code?)

Thanks,

Jeremy


Shouldn't be any issues but it wouldn't hurt to upgrade. I'll send you a recent distribution.


All times are GMT -8. The time now is 05:11 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.