Add additional domain

Hello dear Comunity,

I am currently failing to add another domain with separate content to Neos.

I have added the website in Websites Administration and assigned a URL which points to the server via A-Record.

The new domain name is also offered in the menu,
but changing it leads to a "The requested URL was not found on this server.
Now my question, do I have to assign an own directory to the new domain in the Vhost of apache, or can I design this via the Backend of Neos ?

Many greetings Sebastian

i think you only need to point the domain to your neos install (the Web folder). Then you can configure in the neos backend under Drawer->Administration->Sites Management a new site instance and under the “pen edit icon” you can add a domain - neos will handle the rest.

ServerName one-domain.de
ServerAlias other-domain.de other-other-domain.de
# SetEnv FLOW_CONTEXT Production
DocumentRoot /var/www/neos/myInstall/Web

Works fine, thank you very much.