Hi i have ubuntu as a webserver and have loaded wordpress on there already… however when implementing SSL, the https only works for the homepage ( https://www.mydomain.com ) but not the other links to the site such as ( https://www.mydomain.com/about-us)… . it gives

The requested URL /about-us/ was not found on this server.

Apache/2.4.7 (Ubuntu) Server at www.mydomain.com Port 443

Im not sure what im doing wrong… please help… ive already tried a few things in the default-ssl.conf file…

2 Spice ups

Do you have a separate VirtualHost entry for the SSL? It’s likely it does not match, perhaps permissions or the DocumentRoot.

1 Spice up

no i don’t have a separate VirtualHost entry for the SSL…

i think i fixed it… i just did some more research and did what this post told me to

i had to create a virtual host entry for *:443 and then create the rules beneath it in my 000-default.conf file under sites-enabled… thanks for your help though