View Single Post
  #400  
Old 12-05-2011, 11:25 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

In your root .htaccess file FIND:

Code:
#RewriteBase /xcart/

CHANGE TO:

Code:
RewriteBase /

FIND:

Code:
RewriteCond %{REQUEST_URI} !^/(payment|admin|provider|partner)/

CHANGE TO:

Code:
RewriteCond %{REQUEST_URI} !^/(test|payment|admin|provider|partner)/

In your /test/ folder you can't have two .htaccess files, just put your pass protection and cdseo code in the same file. Also find:

Code:
#RewriteBase /xcart/

CHANGE TO:

Code:
RewriteBase /test/
Reply With Quote