Question about Apcahe config

Hello,

Have question about Apache config . When I open domain.com for it’s opening UCS and I would like that it open my website . This was easy to fix by adding :

[code]##########

default landing page

##########
<VirtualHost *:80>
ServerName domain.com
ServerAlias www.domain.com
DocumentRoot /var/www/domains/domain.com
DirectoryIndex index.html
[/code]
I have installed OX Suite as well and the problem that after I add this config I can’t access anymore OX Suite . Normally url work domain.com/appsuite/ now I getting error The requested URL /appsuite/ was not found on this server. Before we used kolab it was not a problem .

[quote=“Bender”]Hello,

Have question about Apache config . When I open domain.com for it’s opening UCS and I would like that it open my website . This was easy to fix by adding :

[code]##########

default landing page

##########
<VirtualHost *:80>
ServerName domain.com
ServerAlias www.domain.com
DocumentRoot /var/www/domains/domain.com
DirectoryIndex index.html
[/code]
I have installed OX Suite as well and the problem that after I add this config I can’t access anymore OX Suite . Normally url work domain.com/appsuite/ now I getting error The requested URL /appsuite/ was not found on this server. Before we used kolab it was not a problem .[/quote]

To change startsite please go to Univention Configuration Registry and follow this

Mastodon