Quote Originally Posted by moisex View Post
Hi,
I installed Zen Cart 1.3.8a and the multisite module 0.4.1.
After installing site1.com, I try to configure site2.com and put this rule in the htaccess of site2.com
RewriteRule ^/shop/.* https://www.site1.com/shop/$1 [L,R]

The shop appears on site2.com but after several hours, I didn't find why the template still use the default one.

Have you got any idea of what I have to check ?
can I active some trace to find what is not working well ?

Thanks for your help.
Why using rewrites? It's a very powerfull tool, I know, but you need some expert skills to gt it running.

In your case, you redirected your site2 to site1. And that's not what you want, you need site2 to have documentroot at site1. If you have cPanel, it's very easy to do it, I answered it just a few posts ago...