In your root .htaccess file FIND:
Code:
#RewriteBase /xcart/
CHANGE TO:
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: