Mobile app version of vmapp.org
Login or Join
Welton855

: Host website on UNIX, but email on Windows? Client has web hosting and email hosting from one web provider. Their email hosting is integrated with their systems for their office — an Exchange

@Welton855

Posted in: #Domains #Email #Htaccess #Php #WebHosting

Client has web hosting and email hosting from one web provider.

Their email hosting is integrated with their systems for their office — an Exchange server (located on their premises).

Both are on a Windows server (the same one, TBC — security problem?), but this web host does not support PHP, a problem for:


WordPress on a subdirectory
PHP contact form scripts
PHP includes


Nor does it support .htaccess — a problem for things that I have built into the site:


Redirects/404
Various other enhancements


Client has agreed to move the website over to either a UNIX server with the same web host, or I can also suggest another (cheaper/better) one.

The email can remain hosted on the Windows server (as I understand Exchange will not work on Apache).

Will it be possible to seamlessly and easily do this? Likely by changing A/CNAME/NS/MX settings for the domain?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton855

1 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

Email hosting is easy to separate out from web hosting using DNS. In that case, you would point the MX records to the email host, and the records for the main domain name and www to the web host.

So what should you do?

In your case, you should be able to separate out the web hosting from the email by changing just the A record for the main domain to a new IP address of the UNIX host. In this case, you'd leave the MX records alone.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme