I noticed the IP address for my site is from a previous server. How do I update? I tried editing the file and it reverted to original IP.
When I list the account it has the correct IP.
EDIT: I found the answer here on another thread: #2
Code:
<VirtualHost XX.XX.XX.XX:80>
ServerName XXX.XXX.com
DocumentRoot /var/www/html
ServerAdmin [email protected]
# Global DCV Rewrite Exclude
<IfModule rewrite_module>
RewriteOptions Inherit
</IfModule>
EDIT: I found the answer here on another thread: #2
Last edited: