I set up a wordpress droplet and migrated an existing wordpress e-commerce site to it.
Currently accessing the site with IP address until I am ready to migrate my domain to it.
I created a self-signed SSL certificate to access the portions of the site that force SSL (admin page, checkout, my account etc.)
Got everything working properly except for the admin page. The other HTTPS pages load fine and I can even log into my admin account on the my account page within Wordpress, but when I click a link to the admin dashboard or navigate to /wp-admin/ it causes a 500 error.
I have changed all the settings in wordpress and wp-config to point to the IP rather than the domain and have checked permissions of the wp-admin folder as well as directory settings of the virtual hosts, everything appears to be fine.
Any suggestions?
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!
Can you visit the wp-admin page and then go and run this command and post the error log here, since 500 means something internally went wrong in Apache, but the error log contains the details. You can replace your domain with domain.com if you feel like it - and IP address with 1.2.3.4
tail -50 /var/log/apache/error.log
In case you’re using Nginx instead of Apache, run this:
tail -50 /var/log/nginx/error.log
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.