I have 2 shops. I am merging one into the other. I setup a Magento multistore on the first one by defining them in admin > manage stores, then set the store URLS, then adding this line above RewriteEngine in .htaccess:
SetEnvIf Host .*pss.* MAGE_RUN_CODE=pss
SetEnvIf Host .*pss.* MAGE_RUN_TYPE=website
After that I uploaded my theme's app/design/frontend/pss and skin/frontend/pss folders. I then set my pss store theme package to 'pss'.
Now when I create CMS pages, on "Design > layout", I only see templates for the main store, and not the custom templates for pss. What am I doing wrong?
Thanks,
Francois
PS: I am also getting errors on the front-end. It is complaining about missing template files for that sub theme, but they are present in the them folder.