Setting up nameservers to keep email...
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
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
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.
That was quick!
Thanks Scott.
Thanks Scott.
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.
And at the CC domain settings I have this.
Any idea what I need to do to get the site accessible?
Ta.
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.
And at the CC domain settings I have this.
Any idea what I need to do to get the site accessible?
Ta.
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?
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?
They both work for me. Try clearing your cache.
You can always do this in .htaccess
You can always do this in .htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
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
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
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.