I just turned on ssl on my server, if I type on the browser I get main apache welcome page if I use I get a 404 error, if I simply use I get right content. How can I resolve my problem?
1 Answer
Simply editing /etc/apache2/sites-available/default-ssl and changing the path under the tag <VirtualHost _default_:443> voice DocumentRoot fixed my issue.