Content Query webpart breaks when visit sharepoint site with FQDN

So here's a new one sports fans, was adding a custom content query webpart for a link list i made, visited the site on a test box to see how it looked and got this when i visited the site using the fully qualified domain name (that is http://intranet.ourdomain.org instead of just http://intranet)

Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Windows SharePoint Services-compatible HTML editor such as Microsoft Office SharePoint Designer. If the problem persists, contact your Web server administrator.
Since my page was bound to a page layout, i tried to reproduce the error on another page, and got this error when publishing (using a FQDN):

The operation failed because the following URL does not correspond to a SharePoint site collection: http://intranet.domain.org/_layouts/IniWrkflIP.aspx.
Ah! Now we are getting somewhere! So lets look up this problem! Found out it has to do with the Access mappings on the server not being configured correctly. Even tho the site is set up inIIS and you can visit and see the site, you have to now tell sharepoint directly that hey, yes, people will be visiting you through a FQDN.

An artical on Todd Klindt's Blog outlines why this is such a headache for old admins (not me!) to figure out and how to set it up.
http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=39

Basic walk-through?
1. Central Administration
2. Operations
3. Alternate Access Mappings
4. Select the server giving you trouble on the right
5. Add internal URLs
6. Select internet, put in the Fully qualified domain name, click ok

Problem solved!


Comments

Popular posts from this blog

CI Build broke after nugit update

Sharepoint 2007 - Access Denied when you try to edit

Project 2010 and Project Pro 2007