In your previous post you said:
"I've configured the site in IIS to point to the directory under our Mura directory\NAF"
I may be wrong but I'm assuming that the NAF directory is the folder created by Mura when you added the site to the Mura instance. You do not point IIS directly at that directory. All sites in a Mura instances should be configured in IIS to point to the Mura root and not the site directory.
The blog that I post above is how you can remove that directory from urls.
Even further, it looks like you installed Mura in a sub-directory named cms. It is very important to understand that ALL sites in a Mura instance share the same web root. So you can't have the default site be accessed by:
http://domain.com/cms/
and other site by:
http://domain2.com/
So what I recommend doing is creating cms.townofmanchester.org and pointing that at the http://domain.com/cms/ directory. When you do that you will need to remove /cms from your /config/settings.ini.cfm context and assetPath attributes and reload the application.
At that point all domains that are bound to that Mura instance whould share the same web root and the above blog entry would remove the siteID directory from the urls. That urls would look like this:
http:://cms.townofmanchester.org/admin/
http:://cms.townofmanchester.org/index.cfm/path/to/content/
http:://naf.townofmanchester.org/index.cfm/path/to/content/
* Last updated by: matt on 10/26/2009 @ 3:19 PM *
=================================
Matt Levine
Team Mura
Blue River Interactive Group