Setting up nameservers to keep email...

User 12512 Photo


Ambassador
223 posts

I have a website that I'd like to transfer to S-Drive. Currently I've changed the nameservers at the host to point towards my apache hosting. So the apache webserver deals with the site, ftp and email.

How would I set things up so that the domain only points to S-Drive and where my email can still be collected by smtp/imap from my existing setup.

Thanks
User 103173 Photo


VP of Software Development
0 posts

What you do there is the A Record and CNAME record should point to S-Drive. You can then leave all the other DNS settings the way they are.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 12512 Photo


Ambassador
223 posts

That was quick!

Thanks Scott.
User 12512 Photo


Ambassador
223 posts

I'm still having issues with this so any assistance welcome!

Have deleted the site from my old server and the associated DNS records so only records are now at my registrar and coffeecup.com. Unfortunately this seems to have left my site down.

My email is being hosted separately so hence the mx records point somewhere else.

https://sdrive-storage.s3.amazonaws.com/mswd/543fb9b4b61857/98962244/123regpanel.png

And at the CC domain settings I have this.

https://sdrive-storage.s3.amazonaws.com/mswd/543fb9b3d4c384/76546566/ccpanel.png

Any idea what I need to do to get the site accessible?

Ta.
User 12512 Photo


Ambassador
223 posts

Anyone help?

I'm at a stage where everything is working but I can't seem to work out how to get the name without the www subdomain working?

So www.mswd.co.uk works but mswd.co.uk goes nowhere.

Any ideas?
User 187934 Photo


Senior Advisor
20,188 posts
Online Now

They both work for me. Try clearing your cache.
You can always do this in .htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 12512 Photo


Ambassador
223 posts

Thanks Eric, methinks that was it.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.