# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
