Static Website Hosting

Static Website Hosting enables the hosting of static content, including HTML, CSS, JavaScript, and images, directly, eliminating the need for an external web server. You can specify both an index page and an error page. Additionally, there is an option to link a custom domain.

Use cases

  • Static Content Hosting: Directly serve HTML, CSS, JavaScript, and media files statically on a website.

  • Publish Landing Pages: Host promotional or event-specific landing pages with high availability.

  • Documentation Sites: Host product documentation or manuals with easy access to the users.

Manage Static Website Hosting

You can manage Versioning using the web console, API, and CLI.

Web console

Enable Static Website Hosting

Note: Static Website Hosting is disabled by default for a bucket. Enabling this setting will make all objects in the bucket publicly readable.

1. In the DCD, go to Menu > Storage > IONOS S3 Object Storage.

2. From the Buckets list, choose the bucket for which you want to manage Static Website Hosting.

3. Click Bucket settings and go to the Static Website Hosting setting under the Public access section.

4. Click Edit and add the following details:

  • Index document: Enter the file name that serves as an index document. Example: index.html. An index document is a default webpage that IONOS S3 Object Storage returns upon receiving a request to the root of a website or a subfolder.

  • Error document: Enter the file name of the HTML error document that is uploaded to the Object Storage bucket. An error document is a default HTML file with details you want the user to view when an error occurs.

5. Click Enable.

Result: Static Website Hosting is successfully enabled for a bucket.

Info: In the Static Website Hosting setting, choose Edit and click Disable to remove Static Website Hosting for a bucket.

IONOS S3 Object Storage API

Use the API to configure and manage Static Website Hosting for a bucket.

CLI

Use the CLI to manage Static Website Hosting.

Limitations

Static Website Hosting is unsuitable for hosting websites that require server-side processing, such as PHP and Python.

Last updated