Q: default page not showing with wiki and Xcode services on
Hi,
I have the website, wiki and Xcode services switched on in my OS X server set-up.
I want to display the default page (which has links to the other services) by default not the Xcode or wiki pages.
I have seen there is a precedence order article but the override was to change the file order I tried changing the order of the index files but it still comes up with /xcode every time if Xcode is on and wiki when that service is on.
Is there a fix for this running 5.1.5
Posted on May 25, 2016 10:51 AM
ok here is what i did but it is not an ideal fix.
cd /Library/Server/Web/Config/apache2/other
sudo mv COM.APPLE.WEBAPP.WIKI.conf COM.APPLE.WEBAPP.WIKI.conf.bak
sudo mv COM.APPLE.WEBAPP.XCODE.conf COM.APPLE.WEBAPP.XCODE.conf.bak
this enables the default page to show.
It used to be that if xocde and wiki were enabled that Xcode would show up in the wiki menu also.
Posted on May 25, 2016 11:20 AM
