Hefin
- Total activity 81
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 22
- Subscriptions 12
Comments
Recent activity by Hefin-
Hey @techAMIGO Your command to change the ownership is what I was looking for that should be just the ticket. Yeah, it's a WordPress site, thanks for the additional database cloning instructions,...
-
Thanks Rexxy
-
For anyone else bumping up against this issue, I found this worked in the end # Force https if ($scheme = http) { return 301 https://$host$request_uri; }
-
You can certainly do it only with the web server, as long as the URL's for the site (in WordPress settings) are set to https and not http. If they are, you'll see the loops like you are currently...
-
I don't like using plugins where I don't really need them. When I used apache for the webserver I could just edit the .htaccess file, but obviously NGINX doesn't use that file.
-
Sweet, thanks for the info!
-
Oh thanks, had no idea about the plugin to manage this. Is that plugin the sort of defacto cPanel approved standard (sort of thing) way of managing litespeed through the WHM web interface. Very c...
-
Thanks for the follow up @cPRex. You're awesome! :cool: This was a weird one, at the moment still troubleshooting. So at the moment, I'm in the process of setting up this dedicated server, I tho...
-
Sure #94537317
-
Thanks @cPRex. Unfortunately, the hosting provider's responsibility lies only with the hardware for the server, occasionally my hosting support team will help with software issues/config and troubl...