By Lloyd on
I'm about to launch a site that has been on a testing server using an IP address. There are some places where we had to actually put the IP address instead of using a relative URL. Is there an easy way / best practices to modify the IP address so that it uses the domain name instead (e.g. change http://222.22.22.22/~site to http://www.site.com).
Comments
Not sure if this is the best
Not sure if this is the best way, but you could just use MySQL to replace the desired string:
Example, just replace field_data_body & body value with the table and field you want to change:
Hope this helps!
-= Gerrit Brands