I am facing an issue with my website, the website is not opening while trying to open with non-www versions - https://asapca.com/. Also I am unable to login to Wordpess admin panel - https://www.asapca.com/wp-admin/.
How can I resolve this issue? And also I am unable to access Wordpress files.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
I could suggest enabling WordPress debug mode so that you could see the actual error that is causing this problem.
To do that, you need to edit your
wp-config.php
file and add the following:You can do that either via SSH:
https://docs.digitalocean.com/docs/droplets/how-to/connect-with-ssh/
Or via SFTP:
https://docs.digitalocean.com/products/droplets/how-to/transfer-files/
Feel free to share the actual error after that here so we could advise you further!
Best,
Bobby