Apache httpd.conf for redirecting ip to hostname
问题 I have external IP and hostname configured for my machine. Inside the application, I am using only the domain names to access the APIs. So when i try to access my APIs through IP address, it shows 302 Moved temporarily error. So, for request(for Homepage) that hits the server with IP address, It should redirect to hostname. That is, when user hits https://XX.XX.XX.XX/main it should be redirected to https://ayz-abc.mysite.com/main For this I tried using the redirect in httpd.conf of apache.