I currently have a MSM site running 2 sites with domains:
http://www.site1.com
site2.site1.com
The clients IT department are having problems accessing the sub domain site and insist the sub domain site be moved to the new address of:
I’ve added the following to the .htaccess file which is correctly pointing the new domain:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^site2(.*)$ /sites/site2/index.php?/$1 [L]
The problem I’m having now is that because the templates are controlled via segments,
segment_1 is now segment_2
I’m also using Freebie in this setup.
So my question?
Is there a way to make the system think that segment_2 is segment_1?
Thanks
Symon :O)