-
Published Answer
In the event, I gave up trying - and reverted to Apache where the rewrite rules were much simpler to apply - and disabled certifica…
•
By
Ian.waring
-
Published Answer
Cant see how that helps unfortunately…
•
By
Ian.waring
-
Published Answer
Lovely, thank you.
I’m wondering if that wordpress.conf is handling all the multisite subdirectories and using the main cert onl…
•
By
Ian.waring
-
Published Question
I've run up my old Ubuntu 12.04 WordPress Network site using Apache to a brand new 16.04 Nginx instance. The main site is working fine, but I can't get it to serve any of the subdirectory site contents in my network. ...
Accepted Answer:
/sites-available/www.somesite.com
```
server {
listen 80;
server_tokens off;
servername www.somesite.com somesite.com;
return 301 https://$servername$request_uri;
}
server {
listen 443 ssl http2;
server_to...
5
•
•
By
Ian.waring
Nginx
WordPress
Let's Encrypt
Ubuntu 16.04
-
Published Question
I've moved my old 12.04 Ubuntu Server instance, which contained a WordPress network on Apache, over to a new 16.04 instance running NginX. Along the way, to switch all sites in the network to https access.
The main we...
1
•
•
By
Ian.waring
WordPress
Nginx
Let's Encrypt
LEMP
Ubuntu 16.04
-
Published Answer
You need to update your version of drush - known problem if you use a version previous to 8 (drush –version to see what version yo…
•
By
Ian.waring
-
Published Answer
I’m getting socket bind() to port 25 for address 127.0.0.1 failed: Address already in use: daemon abandoned. Think I must take loc…
•
By
Ian.waring
-
Published Answer
I’m stuck at the instructions to edit the directory definition in the /etc/apache2/sites-enabled/mydomainname.com stage - as the fi…
•
By
Ian.waring