i'm going to move one of my sites over later this week and see how it goes ...
php, coldfusion and general web development waffle
does anyone know if you can have email coming from one host, and the site hosted with another?
i have a site to host on our server, so their domain will point to us, but they'd like to be able to keep their email on their current server - they've got a couple of hundred email addresses, i don't - and they don't - want to have to set them all up again!
i'm thinking it probably won't work ... but i'm not sure, anyone?
i have a site to host on our server, so their domain will point to us, but they'd like to be able to keep their email on their current server - they've got a couple of hundred email addresses, i don't - and they don't - want to have to set them all up again!
i'm thinking it probably won't work ... but i'm not sure, anyone?
-
major.tom
- Macho Business Donkey Wrestler
- Posts: 1986
- Joined: Sun Jan 21, 2007 7:07 pm
- Location: BC, Canada
I don't see why not, Luke. www.mydomain.com and admin@mydomain.com are 2 separate functions. The 1st is serviced by the web server (probably Apache) and the 2nd by the e-mail server (sendmail is the most popular). The host company should have the ability (and know-how) to configure their network to service each type of request specific to their own network architecture. (ie. You shouldn't have to worry about that at all.)
i'm having the worst couple of days ever 
i'm going to have to learn how to create and populate a mysql database tonight, for a site to go live tomorrow!
i've never used mysql, anyone know of any good resources?!
i just need to create a database, i know the types of fields i need, and then populate it with the data
i'm going to have to learn how to create and populate a mysql database tonight, for a site to go live tomorrow!
i've never used mysql, anyone know of any good resources?!
i just need to create a database, i know the types of fields i need, and then populate it with the data
if i can get the database created through phpmyadmin, which i think i have ( theres a folder been created under the mysql\data directory ) would i need to copy that whole folder containing loads of files to the server? its not like one database file, theres a .frm, .myd, and .myi file for each table i've created?! and a db.opt file
Whenever I've used them, the database contents are all in one file, with command lines to indicate which tables they're to be uploaded to.
but this page looks like it should sort you
https://stackoverflow.com/questions/8791 ... -frm-files
but this page looks like it should sort you
https://stackoverflow.com/questions/8791 ... -frm-files
Last edited by faceless on Fri Oct 12, 2012 2:11 am, edited 1 time in total.