Greetings,
I’m using Engine Hosting and for the life of me and a PHP developer, we cannot get EE and MSM working on their system. I’ve emailed Engine Hosting tech support and they claim all is working fine on their end and referred me to this forum.
My PHP developer thinks that the way Engine Hosting sets up virtual domains, via htaccess rules, is incompatible with how MSM works. Can someone share any details on how MSM is supposed to work using subdomains?
* Using EE 2.1.3, MSM 2.0
* MSM works perfectly on my development environment (using MAMP)
* The only difference between my dev machine and production at Engine Hosting is the added htaccess rules required by Engine Hosting to serve files from a subdomain
htaccess rules:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^conference-planning.thebusinessofabetterworld.org/* [NC]
RewriteCond %{REQUEST_FILENAME} !conference-planning
RewriteRule ^(.*)$ conference-planning/$1 [L]
‘conference-planning’ is the second website; default website is http://www.thebusinessofabetterworld.org