As it currently works. The endusers have to go the URL:
https://cloud.olaf.europe.eu/owno and that works
but i want the users just to go to:
https://cloud.olaf.europe.eu/ to access the page.
I now have in my httpd.conf on RedHat 6:
<Virtualhost *.80>
DocumenRoot /var/www/html/owno
ServerName olaf-owno.europe.eu
ServerAlias owno.olaf.europe.eu
</VirtualHost>
What do i have to add/modify to put this in practice ?
Johans