Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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 team,
Even I am also facing the same issue with Magento, When I hit the domain name it directly redirects to IP address.
<VirtualHost XX.XX.XX.XX>
DocumentRoot “/var/www/html” #ServerName xyz.com/
RewriteEngine On RewriteCond %{HTTP_HOST} !^dl-magento.devdlt.com$ RewriteRule /.* https://xyz.com/ [R]
</VirtualHost>
Hello, If you would like to get support on this, you always need to provide information about your system. We can not see that from here, so what webserver are you using? How does your VHOST config look? What kind of site are you running?
If you’re using WP or any other CMS application, then probably you might have used IP address for the domain name while installing the application. That is why it is redirecting to IP address. To resolve the issue make changes in .config file and replace IP address with your domain name.