SSL/Wordpress help

Hi:

I'm new to SSL. I'm running Apache 2.2.22 on Ubuntu with WordPress. I got a cert installed and it works, e.g.:

https://www.ssllabs.com/ssltest/analyze … thward.com">https://www.ssllabs.com/ssltest/analyze.html?d=sullivan11thward.com

My virt hosts config is:

VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:443                  sullivan11thward.com (/etc/apache2/sites-enabled/default-ssl:2)
*:80                   is a NameVirtualHost
         default server localhost (/etc/apache2/sites-enabled/000-default:1)
         port 80 namevhost localhost (/etc/apache2/sites-enabled/000-default:1)
         port 80 namevhost blog.commercialsource.com (/etc/apache2/sites-enabled/blog.commercialsource.com.conf:1)
         port 80 namevhost sullivan11thward.com (/etc/apache2/sites-enabled/sullivan11thward.com.conf:1)

My problem is that while https://sullivan11thward.com does answer, no https:// URLs deeper than that answer. Apache error log just says they're 404ing. The (standard) WP .htaccess is in the dir, doing its mod_rewrite thing but somehow the SSL server doesn't get that request passed to it. The root dir for the default-ssl virt server is correct.

Is there something in my setup that looks fishy here?

Thanks very much in advance for any help.

0 Replies

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct