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.