|
I have been through the store views tutorials a thousand times and cant’ figure out why my second store view is not showing.
I followed all the steps.
Can somebody please help?
I have two store views.
1. http://www.spiritualfoodnetwork.com/store/ (default)
2. http://www.spiritualfoodnetwork.com/store/sfn/ (sfnstoreview2) base/sfn/index.php
My file changes are....
.htaccess additions:
SetEnvIf Host .*base.* MAGE_RUN_CODE="base";
SetEnvIf Host .*magento_site_2.* MAGE_RUN_TYPE="sfnstoreview2";
.index.php changes.
$mageFilename = $_SERVER[’DOCUMENT_ROOT’] . ‘/store/app/Mage.php’;
$compilerConfig = $_SERVER[’DOCUMENT_ROOT’] . ‘/store/includes/config.php’;
And I am sure...I set up my store settings good.
configuration screenshot http://screencast.com/t/aARrZDk6rH
managestores http://screencast.com/t/RVdMSVG6SFJ
and the categories are setup properly too...http://screencast.com/t/g3iY3uBuhT
But for some reason....when you go to the second store /sfn (the second template is not showing)
however, if you go in the backwards way, by previewing the homepage from the back-office…
Then you can see it…
http://www.spiritualfoodnetwork.com/store/sfn/index.php/home/?___store=sfnstoreview2
Then all of a suddent it becomes visible.
Otherwise initially, you can’t see it at /sfn/index.php
I have no clue why.
I hope somebody can help..cause I have spent a long time on this.
Thank you soooooooooo much!!!!!!
|