Kronic
Registered Member
- Apr 11, 2010
- 74
- 21
A company I represent wants to remove wordpress from our current windows OS server at provider 1 and move it to a new server at provider 2. Godaddy handles our DNS. I would like to have it on the same domain without masking.
My thoughts on approach:
I would like to make a DNS entry on godaddy so that our current server and our new server can use the same URL (ie mysite(dot)com). But I only want the DNS to direct traffic to our current server. The goal here is to have the new server using the same URL as the old server so nothing needs to be masked once traffic is redirected with a 301 rule in the htaccess file. But no traffic outside of the 301 rule will end up going to the new server.
I would then like to edit the htaccess file on our current server to redirect to the new servers IP address when someone goes to mysite(dot)com/blog.
Does this make since and is it possible?
PS
My thoughts on approach:
I would like to make a DNS entry on godaddy so that our current server and our new server can use the same URL (ie mysite(dot)com). But I only want the DNS to direct traffic to our current server. The goal here is to have the new server using the same URL as the old server so nothing needs to be masked once traffic is redirected with a 301 rule in the htaccess file. But no traffic outside of the 301 rule will end up going to the new server.
I would then like to edit the htaccess file on our current server to redirect to the new servers IP address when someone goes to mysite(dot)com/blog.
Does this make since and is it possible?
PS
- This company wants to keep the existing sellstuff(dot)com/blog URL structure when moving the wordpress installation to a different server. Not installing it on a new subdomain. They want to keep the web 2.0 property on the same domain
- Reason for move is splitting the standard HTML website and the wordpress installation locations so the wordpress site does not interrupt the main website