16

I have hosted a website. But now my client asks to change it to http://sites.google.com. They have registered their domain with Google.

I logged in the site and saw the procedures to create a website from scratch. But is there any way to directly replace the site into google sites. Like, in my site, I have included CSS files in a folder called stylesheets/css and access it through the link tag. And there are several folders like that: images, scripts, etc.

  1. Now, if I have to transfer it to Google Sites, where do I create the folders and stuff? I have the priviliges to login to the admin part of the site.

  2. And also, is there anyway to create a database and access it in Google Sites?

  3. Also, I see that only HTML pages can be created. Is there a way to add PHP pages or other scripting languages?

  4. Going forward, will Google Sites be useful for professional web designing?

Can anyone provide any ideas on whether or not Google Sites is a good idea for a professional webmaster to use?

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
CHID
  • 1,625
  • 4
  • 24
  • 43
  • 7
    That isn't what Google Sites is for. It is *not* managed hosting. The level of customizabiity you're looking for simply isn't possible. Tell the client that it isn`t possible or desirable to move your site to Google Sites. – user229044 Jan 02 '11 at 06:49

1 Answers1

13

You should consider hosting your solution using Google's App Engine instead of Google Sites. You can set it up so it uses PHP (see link below), you can configure it to use your domain name and you get enough CPU, disk and bandwidth allowance to serve around five million page views for free each month, if you are serving more than that, their prices are extremely competitive.

Google App Engine: http://code.google.com/appengine/docs/whatisgoogleappengine.html How to setup PHP using Google App Engine: http://blog.caucho.com/?p=187

dave
  • 559
  • 3
  • 12
  • No problem. Good luck with your project! – dave Jan 02 '11 at 16:04
  • But Google App Engine is if you want to host a web service in Cloud, not a website - what I need is a website HOSTING which allows "Server Side Scripting". From what I understand - Google Site don't allow any "Server side Scripting" --- QUOTE: "It is disturbing and unexpected that googlesites is not dynamic enough to allow other popular scripting and programming languages" References https://productforums.google.com/forum/#!topic/sites/nMOQqLiW8Zs http://www.google.com/sites/help/intl/en/overview.html – Swab.Jat May 12 '14 at 07:38