I am learning how to craete a site with Drupal 6.17 on a PC using wamp but my hosting provider - Fasthost - will host it on a unix server. Is this likely to create any problems when I eventually get round to uploading etc?

Comments

jaydubb181’s picture

You usually won't run into any problems uploading your site from wamp to a linux/unix hosting provider. You will just need to get a mysqldump of your database and upload that file along with all your code to the hosting provider, create your database, import your mysqldump file and everything "should" work fine. I know of several Drupal developers who use WAMP as a local development environment.

Alanbod’s picture

Thanks for the advice, that is re-assuring.