View previous topic :: View next topic |
Author |
Message |
luke
Joined: 11 Feb 2007 Location: by the sea
|
Posted: Tue Aug 14, 2012 3:36 pm Post subject: |
|
|
|
|
thanks again major, nice one
i'm going to move one of my sites over later this week and see how it goes ... |
|
Back to top |
|
|
major.tom Macho Business Donkey Wrestler
Joined: 21 Jan 2007 Location: BC, Canada
|
Posted: Wed Aug 15, 2012 3:24 am Post subject: |
|
|
|
|
Let me know if you experience any issues. PM or here; your choice. |
|
Back to top |
|
|
luke
Joined: 11 Feb 2007 Location: by the sea
|
Posted: Tue Sep 04, 2012 3:51 pm Post subject: |
|
|
|
|
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? |
|
Back to top |
|
|
faceless admin
Joined: 25 Apr 2006
|
Posted: Tue Sep 04, 2012 4:30 pm Post subject: |
|
|
|
|
if the emails are going to the domain, then they will come to your server, but you should be able to setup a forwarder for them without much trouble. |
|
Back to top |
|
|
luke
Joined: 11 Feb 2007 Location: by the sea
|
Posted: Tue Sep 04, 2012 4:39 pm Post subject: |
|
|
|
|
thanks face, i kinda thought that. i've seen something to do with forwarding in the mail admin bit so i'll check it out |
|
Back to top |
|
|
major.tom Macho Business Donkey Wrestler
Joined: 21 Jan 2007 Location: BC, Canada
|
Posted: Wed Sep 05, 2012 12:48 am Post subject: |
|
|
|
|
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.) |
|
Back to top |
|
|
faceless admin
Joined: 25 Apr 2006
|
Posted: Wed Sep 05, 2012 1:41 am Post subject: |
|
|
|
|
indeed, I should have been more correct (as opposed to being lazy/wrong, haha) regarding the mail server.
You could configure the pop/smtp settings via the nameservers to sort this, if you have that access. |
|
Back to top |
|
|
luke
Joined: 11 Feb 2007 Location: by the sea
|
Posted: Thu Sep 06, 2012 4:29 pm Post subject: |
|
|
|
|
thanks for the help, i think we've got a solution now |
|
Back to top |
|
|
luke
Joined: 11 Feb 2007 Location: by the sea
|
Posted: Thu Oct 11, 2012 6:30 pm Post subject: |
|
|
|
|
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 |
|
Back to top |
|
|
faceless admin
Joined: 25 Apr 2006
|
Posted: Thu Oct 11, 2012 6:37 pm Post subject: |
|
|
|
|
you should have phpmyadmin as part of the control panel - that's quite intuitive, but if it's all new then you might be lucky to get it sorted by tomorrow... |
|
Back to top |
|
|
luke
Joined: 11 Feb 2007 Location: by the sea
|
Posted: Thu Oct 11, 2012 7:31 pm Post subject: |
|
|
|
|
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 |
|
Back to top |
|
|
faceless admin
Joined: 25 Apr 2006
|
|
Back to top |
|
|
luke
Joined: 11 Feb 2007 Location: by the sea
|
Posted: Thu Oct 11, 2012 8:04 pm Post subject: |
|
|
|
|
thank you, i remember something about MyISAM - which is what i think i've set up
what storage engine do you normally use? i can choose between myisam, archive, bdb, brighthouse, csv, falcon, innodb or maria |
|
Back to top |
|
|
faceless admin
Joined: 25 Apr 2006
|
Posted: Thu Oct 11, 2012 8:07 pm Post subject: |
|
|
|
|
I've no idea - I set the databases up, then allow the software in the CMS to create the tables etc |
|
Back to top |
|
|
luke
Joined: 11 Feb 2007 Location: by the sea
|
Posted: Thu Oct 11, 2012 8:11 pm Post subject: |
|
|
|
|
alright thanks faceless this is going to be a long night! |
|
Back to top |
|
|
|
|