News Download

Error 404 - The page you requested does not exist

This web site is hosting using Amazon S3 WEB Services http://aws.amazon.com/

To host a static web site using Amazon S3 WEB Services costs a few cents per month. And the process to publish the web site is very simple.

  • Create your static web site pages locally on your computer using a web browser and text editor.
    Create at least the index.html and 404.html pages.
  • Sign up to Amazon S3
  • Create an S3 bucket.
    Use only lower case alpha-numeric characters, hyphens and full stops.
    Name the bucket with the same name as the domain name you will be using for your web site.
    e.g. www.newsdownload.co.uk
  • Set the properties on the S3 bucket.
    Enable the Website, set the Index Document to index.html and the Error Document to 404.html.
    Make a note of the Endpoint name for configuring your domain name DNS record.
  • Upload the static web page, image, css and icon files, into the S3 bucket.
  • Set the properties on all of the uploaded files to public.
  • Set the DNS entry of your domain name to a CNAME which refers to the Endpoint name noted earlier.
    Note that this needs to be the domain only and end in a full stop.
    e.g. www.newsdownload.co.uk.s3-website-us-east-1.amazonaws.com.
  • You can test the site by entering the Endpoint name into a browser.
    And when the DNS update has had time to take effect you can use your domain name to access the web site.

Loading...