i have created droplet and logged in to server created. but worpress console not coming
with ip/wp-admin/ its not loading the wordpress admin console instead it is showing page not found.
if i use only ip it is redirecting to html page.
please need help. as i need to pay for every hr need immediate fix
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello, saidesh
May I ask if you have pointed any domain name to your droplet or you’re just using the droplet’s IP address?
Also are you using Apache or Nginx? You can check the configuration file and see the virtual host for the IP block, because it’s most probably pointed to directory different from where the WordPress installation is.
If that is the case you can adjust the path to point to the WordPress installation.
In Apache the virtal host should be something like:
On most systems if you installed Apache with a package manager, or it came preinstalled, the Apache configuration file is located in one of these locations:
In Nginx:
All NGINX configuration files are located in the /etc/nginx/ directory. The primary configuration file is
/etc/nginx/nginx.conf
Let me know how it goes
Alex