I'm developing a website for a group and as such, I have already made the group website. I'm now adding a new website for each of the companies in the group. For this I have create a new root level document, like such
Everything works like a charm for the Group website, but whenever I publish content on either one of the company websites, it doesn't appear: the pages don't exist (404) or republished pages, the content is still the old version. To bypass this, I edit the web.config file (adding a space at the end) everytime I publish and then everything appears. Of course, this won't be a solution once the site goes into production.
So I'm thinking it's related to the caching. I'm using the same Document Types, Templates and Macro's for all websites (group + companies). Any ideas?
Umbraco Version: v4.0.3 ASP.NET 3.5 Windows 2003 with IIS 6
I found the reason for the problem. I had created muliptle websites in IIS: one for the group and one for each company, all pointing to the same directory.
To solve it I added every url as a host header in IIS rather than creating a new website and now it works well.
Cache not expiring on multi-site setup
Hello,
I'm developing a website for a group and as such, I have already made the group website. I'm now adding a new website for each of the companies in the group. For this I have create a new root level document, like such
CONTENT
- GROUP (www.group.be)
-- ABOUT US
-- AND SO ON
- COMPANY 1 (www.company1.be)
-- ABOUT US
-- AND SO ON
- COMPANY 2 (www.company2.be)
-- ABOUT US
-- AND SO ON
Everything works like a charm for the Group website, but whenever I publish content on either one of the company websites, it doesn't appear: the pages don't exist (404) or republished pages, the content is still the old version. To bypass this, I edit the web.config file (adding a space at the end) everytime I publish and then everything appears. Of course, this won't be a solution once the site goes into production.
So I'm thinking it's related to the caching. I'm using the same Document Types, Templates and Macro's for all websites (group + companies). Any ideas?
Umbraco Version: v4.0.3
ASP.NET 3.5
Windows 2003 with IIS 6
Thanks in advance
Greg
Nobody has any idea? :-s
I found the reason for the problem. I had created muliptle websites in IIS: one for the group and one for each company, all pointing to the same directory.
To solve it I added every url as a host header in IIS rather than creating a new website and now it works well.
is working on a reply...