Hello,
I would like to know how to find the IP of http://galatea.com.ar/sistema/login.php Is it possible to reserve it?
My intention is to migrate the galatea.com.ar website to another hosting and leave only our software hosted on digialocean. How should I proceed?
Thanks Regards
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!
Hi there!
If I understand this correctly, it sounds like you want to move your main website to a different host but keep the /sistema/login.php
part on DigitalOcean.
This should be doble, one option to achieve this is to do the following:
You can find the current IP address by running this command:
dig +short galatea.com.ar
This gives you the IP associated with the domain.
Instead of using /sistema/login.php
, you can create a subdomain like sistema.galatea.com.ar
and point it to DigitalOcean. Here’s how:
Set Up a New A Record in your DNS provider to point sistema.galatea.com.ar
to your DigitalOcean Droplet’s IP address.
Configure Your Droplet’s Web Server (Apache or Nginx) to serve the software from the subdomain. Update your virtual host configuration to recognize sistema.galatea.com.ar
.
Move the main galatea.com.ar
website to your new hosting provider and update the DNS A record for galatea.com.ar
to the new host’s IP.
galatea.com.ar
points to the new hosting.sistema.galatea.com.ar
points to DigitalOcean and works as expected.This way, you can separate your main site and software, making it easier to manage them independently. Let me know if you have any questions.
- Bobby
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.