View Single Post
  #2  
Old 05-04-2008, 08:24 AM
 
intel352 intel352 is offline
 

X-Wizard
  
Join Date: Dec 2005
Posts: 1,071
 

Default Re: [MODULE] XC SEO v1.4.0 Released for X-Cart 4.0 and 4.1

It's come to my attention that there is 1 simple fix that is missing for ISAPI users
This fix is ONLY needed for ISAPI users, as it will break XC SEO on other software.

I'm working on an update to XC SEO to rectify this problem

Open modules/XC_SEO/seo.php

Find all occurrences of:
PHP Code:
$_SERVER['REQUEST_URI'

Replace with:
PHP Code:
$_SERVER['HTTP_X_REWRITE_URL'
__________________
-Jon Langevin
WARNING: Unethical developer - NOT RECOMMENDED
See details here
Reply With Quote