apache2 enable ssl on subdirectory

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.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like