I've been on godaddy for several years but am recently rebuilding my site with Drupal only to find speed and support dismal with them. I've done a bunch of research and have come to the conclusion that BLUEHOST might be a good option to move to.
I was wondering if some of you could share your sites so I can see what the response time on a drupal site might be hosted at Bluehost ... OR if you are hosted anywhere else and would recommend them, please send me your site url so I can take a quick look.
Greetings. I am funding a non profit open Education project in China and have tried so hard to open an account, but was notified from the vise president that they are too automated to care.
They will accept credit cards.
They will accept checks and prepaid accounts.
I am from France I work in Seoul Korea . I need any recommendation for shared hosting or VPS in Korea. The server needs to be inside Korea data center
I do not speak Korean I need support in English please.
Any recommendation is very much appreciated. I mostly use drupal.
Ok, I'm super pumped right now. After a day of trial and error with a dozen different modules that try to integrate Amazon S3 as a way to store files and serve them through drupal, I THINK I FOUND THE DREAM SETUP!!!
Right now I have a completely seamless integration with my s3 bucket as a private file system for my Drupal Video Website. Files are upload straight to Amazon and then served straight from Amazon just like files on the local server.
Prerequisites:
- Dedicated or cloud (VPS) server. I am using 1and1.com Cloud Server $50/month and I host a bunch of sites on it. www.1and1.com?k_id=13279938
- An Amazon s3 account. Super cheap and awesome. Leave you settings on s3 to private so that your files are not accessible without authentication.
Then do this...
1) For private file system I use .htaccess. This one line that makes sites/default/files/private/* authenticate through drupal...
I saw people faced issues with Yahoo Hosting and uploading .htaccess files there.
I seem to have found a solution, just create a new .html file on Yahoo hosting, and then rename it to .htaccess and update it with the contents that are needed in it.