> For the complete documentation index, see [llms.txt](https://learn.adaptcms.com/adaptcms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.adaptcms.com/adaptcms/basics/web-hosts.md).

# Web Hosts

User contributed notes on various web host that play well or don't play with with Statamic. Send your pull requests, no affiliate links!

### PHP Versions by Host

[http://phpversions.info/shared-hosting](http://phpversions.info/shared-hosting/)

## Supported Hosts

Any linux based server with a fairly up to date version of it's distro, and CLI access shold work fine. Below is a more fine list of web hosts that *should* work fine:

* AWS - [https://aws.amazon.com](https://aws.amazon.com/\\)
* Digital Ocean - [https://www.digitalocean.com](https://www.digitalocean.com/\\)
* A Small Orange - [http://asmallorange.com](http://asmallorange.com\\)
* ArcusTech - [http://arcustech.com](http://arcustech.com\\)
* Azure - [https://azure.microsoft.com](https://azure.microsoft.com/\\)
* Digital Pacific - [http://www.digitalpacific.com.au/hosting](http://www.digitalpacific.com.au/hosting/\\) - Sydney, Australia
* Google Cloud Platform - [https://cloud.google.com](https://cloud.google.com/\\)
* HostGator - [http://www.hostgator.com](http://www.hostgator.com/\\)
* Laravel Forge - [https://forge.laravel.com](https://forge.laravel.com/\\)
* Linode - [http://linode.com](http://linode.com\\)
* Media Temple (dv) - [http://mediatemple.net](http://mediatemple.net\\)
* Media Temple (grid) [http://mediatemple.net](http://mediatemple.net\\)
* Metanet - [http://www.metanet.ch](http://www.metanet.ch\\) - Switzerland
* OVH - [https://www.ovh.com/fr/index.xml](https://www.ovh.com/fr/index.xml\\)
* Panthur - [http://www.panthur.com.au](http://www.panthur.com.au/\\) - Sydney, Australia
* ServInt - [https://www.servint.net](https://www.servint.net/\\)
* Site5 - [http://www.site5.com](http://www.site5.com/\\)
* WebFaction - [https://www.webfaction.com](https://www.webfaction.com/\\)

## Hosts Not Supported

You should probably avoid these. It doesn't mean it's not possible, but will likely require support tickets to enabled PHP modules like \`mcrypt\`, \`mbstring\`, and so on, as well as CLI support.

* Go Daddy - [http://godaddy.com](http://godaddy.com\\) - doesn't meet server requirements
* NameCheap - [http://namecheap.com](http://namecheap.com\\)
* Rackspace Cloud - [http://www.rackspace.com/cloud](http://www.rackspace.com/cloud/\\) - issues with out-of-sync file timestamps and permissions
* 1and1.com - [http://1and1.com](http://1and1.com\\) - please [see here](https://github.com/statamic/hosts/issues/12) for more details.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://learn.adaptcms.com/adaptcms/basics/web-hosts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
