Webmail link on default index page is not showing up
I have wikis, blog, calendar, and mail all enabled in sites/webservices, as well as configure server side mail rules.
When I go to the default web site (changed to https/ssl) I only show My Page, Wikis, Blogs, and Mail Rules as the services that are "on". https://mysite.domain.com/webmail still works.
How do I get the mail service to register?
Here is the error in webserver.error_log: File does not exist: /Library/WebServer/Documents/collaboration-availability, referer: https://mysite.domain.com
Here is a clipping of the default index.html.
<script type="text/javascript" charset="utf-8">
// only hide services on load if JS is enabled
document.getElementById('services').className = 'services loading';
</script>
li>a href="/webmail/" name="/collaboration-availability/webmail/" class="service" id="service-webmail">
Mail
Send and receive email wherever you are.
Log In
li>a href="/webcal/" name="/collaboration-availability/webcal/" class="service" id="service-webcal">
Calendar
Synchronize with iCal and manage your schedule.
Log In
li>a href="/updates/" name="/collaboration-availability/updates/" class="service" id="service-updates">
My Page
Track real-time updates for all wikis and blogs.
Log In
li>a href="/groups/" name="/collaboration-availability/groups/" class="service" id="service-groups">
Wikis
Collaborate with online document creation, editing, and comments.
View All
li>a href="/users/" name="/collaboration-availability/users/" class="service" id="service-users">
Blogs
Publish text, pictures, and podcasts in an online journal.
View All
li>a href="/emailrules/" name="/collaboration-availability/emailrules/" class="service" id="service-emailrules">
Mail Rules
Automate and manage email using rules you create.
View
li>a href="/changepassword/" name="/collaboration-availability/changepassword/" class="service" id="service-changepassword">
Change Password
Access all your web services with a single password you choose.
View
li>a href="/podcastcapture/" name="/collaboration-availability/podcastcapture/" class="service" id="service-podcastcapture">
Podcast Capture
Capture and upload QuickTime movies to Podcast Producer.
View
Any ideas?
Message was edited by: CLWolf (I took out the < in front of li and a html)
Mac OS X (10.6)