Do I use php or ssh? If so, please tell me how because I haven't got a clue as to either of them. I'm just a singer who started learning to design one site from the past few months. my site is yummyrestaurants.co.uk.

I read this article on how to create a google sitemap using the google sitemap generator.

Google requires the following if you want to generate google sitemap using google sitemap generator:
* You must be able to connect to and run scripts on your web server.
* Your web server must have Python 2.2 or later installed.
* You must know the command that launches Python. (Generally, this is python, but may vary by installation. For instance, if the web server has two versions of Python installed, the earlier version may be invoked by the command python and the later version may be invoked by the command python2.)
* You must know the directory path to your site. If your web server hosts one site, this may be a path such as var/www/html. If you have a virtual server that hosts multiple sites, this may be a path such as home/virtual/site1/fst/var/www/html.
* You must be able to upload files to your web server (for instance, using FTP).
* If you will be generating a list of URLs based on access logs, you must know the encoding used for those logs and the complete path to them.

My hosting company has python 2.2 installed and said I can run python and php scripts as long as I enable execute permission using ftp. I did that too.

Google mentioned I need to upload the following 3 files to my root directory:

sitemap_gen.py —the python script that generates your Sitemap
config.xml - the template configuration file I'll use to specify the configuration for my site
urllist.txt - the template URL list I can use if I wish to create a Sitemap based on a set of URLs that I specify ( I chose this option as I thought it was the easiest)


In order to run the Sitemap Generator, you’ll need to connect to your web server. The method you use to connect depends on your environment. For instance, you can generally access a UNIX-based server using SSH. For more information on connecting to your web server and running scripts, talk to your web host. - I spoke to my hosting company and they said to use a php file to run the python script (sitemap_gen.py).

This is where I'm stuck. I don't know how to create a php file. Then I searched all over Google and found out how to create one.

I tried to run the php file using internet explorer and it would return the following:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@blah.co.uk and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.

Can anyone point me to the right direction?

All I wanted was to create a google friend sitemap and I am determined to follow this way to create one. I realize there are other places where its easy to create xml sitemaps but I believe this is a good way to create a sitemap where I can decide how often googlebot should crawl my site by specifying that in the config.xml file.

Anybody out there who knows what I'm going through and how I can get through this?

yinyang

I also need help trying to run this. I don't know where to start. I created www.<<snip>>.co.cc and want it to be indexed. How do I run this.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.