I have updated a store with two websites and two store views each from 1.9.2.2 to Magento 1.9.2.4
Everything works fine using PHP 5.3. As soon as I use PHP 5.6 the second website url points to the base website url (cleared cache etc.).
Everything else is working fine using PHP 5.6.
My .htaccess configuration:
SetEnvIf Host store1\.mydomain\.com MAGE_RUN_CODE=base
SetEnvIf Host store1\.mydomain\.com MAGE_RUN_TYPE=website
SetEnvIf Host store2\.my2nddomain\.com MAGE_RUN_CODE=secstore
SetEnvIf Host store2\.my2nddomain\.com MAGE_RUN_TYPE=website
Where is my mistake? Any suggestions?