My default store is http://www.mydomain.com/store1
My second store is http://store2.mydomain.com
In the .htaccess file, I have RewriteBase /store1/
In the Admin - Catalog > Information
, the About Us page is set to appear in both stores.
This URL works fine: http://www.mydomain.com/store1/about_us
However this URL shows Internal Server Error: http://store2.mydomain.com/about_us
Is it happening because the default store is installed within a folder(/store1/
) and not in the root? Is there a way to resolve this issue?