Hi I just attempted to update EE to the latest version along with updating the multisite manager and I’ve run into a problem.
I have 6 sites running off one EE install. After updating the main site works fine however I can only access my 5 other sites home pages. The url of the inner page links appear correct, however when I click them it just takes me to the home page for that particular site.
When I initially set up the MSM, my host helped me configure it by setting up some .htaccess rules in the main directory.
RewriteEngine on
RewriteCond %{HTTP_HOST} (www.)?myinnerdomain.com
ReWriteCond %{REQUEST_URI} !myinnerdomain/
RewriteRule ^(.*)$ /myinnerdomain/$1 [L]and then in the index.php file for that innerdomain, I have added:
$assign_to_config['site_name'] = 'myinnerdomain';this was all working fine, until the upgrade.
I’ll also note that I can access the inner pages fine if I add the name of the main url..
http://www.mydomain.com/myinnerdomain/index.php/about-us
any ideas?
thanks in advance