View Single Post
  #79  
Old 12-02-2008, 11:27 AM
 
charlequin charlequin is offline
 

Newbie
  
Join Date: Dec 2008
Posts: 1
 

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

For anyone still having the problem coppercup mentioned, you need to go into your .htaccess file and edit the line:

Code:
#RewriteBase /

remove the # and put in the base directory of your install:

Code:
RewriteBase /xcart

(Also, I suggest not using JWait's provided auth.php file, which will cause the expiration_date error mentioned upthread; this module can patch the auth.php file of a freshly installed X-Cart 4.1.11 correctly.)

Thanks for all the discussion in here, though, everyone, and the prepatched files, JWait; it was a big help for me in getting this module working.
__________________
X-Cart 4.1.11
Reply With Quote