View Single Post
  #22  
Old 05-03-2006, 08:22 AM
 
intel352 intel352 is offline
 

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

Default

I apologize, somewhere in the process I failed to add this step to the install instructions (I'll update the install instructions after I post this step here):

Open auth.php:
Find
Code:
include_once $xcart_dir."/config.php";

After, Add
Code:
############################################################ # SEO Optimization Mod by intel352 ############################################################ if($seo_enable) include_once $xcart_dir."/seo.php"; # END SEO
__________________
-Jon Langevin
WARNING: Unethical developer - NOT RECOMMENDED
See details here
Reply With Quote