Plugin Contributor
Maya
(@tdgu)
Hi,
Which is the exact error you encounter?
The plugin does not interact with database, so the problem might be somewhere else.
Thanks
I rebooted the server and got the 521 error from Cloudflare.
I think something is blocking Cloudflare requests. I already deleted the code from .htaccess, but nothing has changed, where else can I delete the code?
This is my website. interamazon.com
p.s: I’m using lightsail, therefore, I do not have a provider.
Plugin Contributor
Maya
(@tdgu)
If you removed the lines from .htaccess file and deleted the wp-hide plugin, everything should revert as before.
But from the Cloudflare error, it appears the host is offline. Try the following tips as might help https://community.cloudflare.com/t/community-tip-fixing-error-521-web-server-is-down/42461
I suggest to check on your local machine, to access the server through a vhost, so attempt to connect directly to the host using it’s ip.
Hope this helps.
I did everything possible, but unfortunately the same problem remained.
I can connect via SSH since I use lightsail. Can you tell me which commands to use for solving the problem?
Host is active i just checked. Everything is fine with server, so something is blocking it. A little line of code.
Plugin Contributor
Maya
(@tdgu)
Can you check if the Apache service is started and the port 80 is being used? you can try https://www.yougetsignal.com/tools/open-ports/ along with your server ip.
Did you tried to access the site directly through a vhost?
Try to disable the CDN until figure out the problem, as possible there is a network block between your server and the CDN.
I have static IP and after check everything is okey.
Port 80 is open on 50.16.181.188.
I disabled cloudflare and get a google error ERR_TUNNEL_CONNECTION_FAILED
I have access to my website via SSH and FTP.
I was able to fix this by inserting three commands in SSH.
sudo service apache2 stop
sudo service apache2 disable
sudo /opt/bitnami/ctlscript.sh start apache
Plugin Contributor
Maya
(@tdgu)
Oh, you run on Bitnami, they require the stop/start of Apache through their own sh scripts https://docs.bitnami.com/aws/faq/administration/control-services/