hi there , i want to access dashboard like this : ipAddress/wp-admin
when i enter that link it redirect me to the domain . but now i am using my domain on other host ! i want yo use droplet ip to access wordpress dhashboard without redirect me to the domain .
second question : i searched about how to access files using file manager ot FTP bu nothing work with me . can anyone help step by step without mention other topics ? i really got tired and can’t access my 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.
Hello @bubblylapisjellyfish
You can access the WordPress admin area using the IP address. However, you need to check the virtual host block for the IP address and check why the redirection occurs. You can make sure that the
DocumentRoot
for the IP address block is pointed to the WordPress directory.In regards to FTP you can check this article:
https://docs.digitalocean.com/products/droplets/how-to/transfer-files/
Hope that this helps!