Quantcast
Channel: EasyEngine Community Forum - Latest posts
Browsing all 12639 articles
Browse latest View live
↧

Unable to activate, have BuddyPress installed

Yup, you are right. This is a dev server, on Pantheon. I've used them for years with Drupal, but this is my first WP with them. My other plugins are working great.

View Article


Welcome Page

Try: cd /etc/nginx/sites-enabled mv default.conf zzz-default.conf service nginx reload (You must be root in order to run the commands above.)

View Article


Welcome Page

default.conf does not exists, then I tried with default but nothing happened.

View Article

Update to php7 without getting auto backup

Hi, I want to upgrade my php to php7, I use command sudo ee update websitename --php7 I did it before many time no isse, this time my htdocs is huge about 500GB+ and I don't want easyengine to get...

View Article

Welcome Page

What does exist in /etc/nginx/sites-enabled?

View Article


Welcome Page

22222 default mysite.com

View Article

Welcome Page

okay, the correct command is: mv default zzz-default Did you issue the service nginx reload after moving the file?

View Article

Image may be NSFW.
Clik here to view.

Welcome Page

Nothing. Just the welcome page

View Article


Migrating a website from a shared host on bluehost to VPS with LE(nginx)MP...

thanks for the response first! so you got the point that the major difference I would say between the shared host setup and the VPS setup is the use of the server engine, in the shared host they use...

View Article


EasyEngine Proper Conf Location to for Custom SSL & Rewrite config

Is their any recommended spot that is safe to put a sites nginx conf? I do not see a help article or any forum questions specific to this so if anyone can point me in the right direction. Thanks.

View Article

Migrating a website from a shared host on bluehost to VPS with LE(nginx)MP...

There's a lot of configurations that easy engine will set you up with so you do not have to marry the command line lol. There are a lot of vps servers out there that are running apache with varnish,...

View Article

Prevent direct file access in Nginx

Does anyone know how you can prevent direct access to the files in wp-content/uploads via Nginx? For example, if a PDF was residing at http://example.com/wp-content/uploads/2016/05/thisthefile.pdf and...

View Article

In Buddypress profile selecting file does nothing

No upload no activity nothing. Select the file to upload just places an image with the file name under the upload box and it just sits there. No uploading no functioning. Any idea why this won't work?...

View Article


Welcome Page

I found that my site does not load on my computer but load in others.

View Article

My site don't works without https

My site works fine using the url https://mysite.com. But when I try mysite.com just open the nginx "welcome page". my site conf server { listen 443; server_name mysite.com; ssl on; ssl_certificate...

View Article


Domain is in GoDaddy and Hosting is BlueHost, Is it ok to Migrate?

@jerichomontes Thanks for checking our tutorial. Answers to your questions: Yes, those tutorials working fine. Only we haven't updated screenshots (which are old now). You can use same godaddy domain...

View Article

My site don't works without https

Should you not add an additional server block like this to force http to https?: server { listen 80; server_name mysite.com www.mysite.com; return 301 https://$server_name$request_uri; } And also add...

View Article


My site don't works without https

I added this and works. Thank you. server { listen 80; server_name mysite.com www.mysite.com; return 301 https://$server_name$request_uri; }

View Article

Your current cert already EXPIRED

I'm on EE 3.6.1 -- latest version as I write this. And I'm having this same issue. CANNOT RENEW SSL CERTIFICATE! YOUR CURRENT CERTIFICATE IS ALREADY EXPIRED.

View Article

Is easyengine automatically Installs security updates?

I am wondering if easy engine automatically take care of security updates and Firewall like serverpilot?

View Article
Browsing all 12639 articles
Browse latest View live