PHP web hosting
- New Zend Engine
- Independent of the operating system
- PHP 8.1 with JIT, HTTP/2, and gzip

Hosting package overview
Standard
Budget package with 100 GB storage, a domain and SSL
100 GB storage Your data is mirrored in two data centres, so your hosting is uninterrupted even during maintenance and outages.
6 GB RAM, 1 vCPU
10 databases 2 GB of storage per database. Choose MySQL or MariaDB.
Unmetered bandwidth We do not meter bandwidth or limit your traffic.
1-click WordPress installation Install WordPress, Joomla!, and 50+ other open source apps (CMS, eCommerce, blog, forums etc) with a single click.
Free domain & SSL certificate Free domain for the first year and a Wildcard SSL certificate for secure data transfers.
Professional email Professional email with a 2 GB mailbox in addition to your webspace. State-of-the-art anti-spam protection included.
24/7 customer support Call us any time you have questions, or activate your free personal consultant for tailored support via phone, email and chat.
Plus
2.5x more storage than Standard, with extra resources
Most sold
250 GB redundant storage Your data is mirrored in two data centres, so your hosting is uninterrupted even during maintenance and outages.
9 GB RAM, 1 vCPU
250 databases 2 GB of storage per database. Choose MySQL or MariaDB.
Unmetered bandwidth We do not meter bandwidth or limit your traffic.
1-click WordPress installation Install WordPress, Joomla!, and 50+ other open source apps (CMS, eCommerce, blog, forums etc) with a single click.
Free domain & SSL certificate Free domain for the first year and a Wildcard SSL certificate for secure data transfers.
Professional email Professional email with a 2 GB mailbox in addition to your webspace. State-of-the-art anti-spam protection included.
24/7 customer support Call us any time you have questions, or activate your free personal consultant for tailored support via phone, email and chat.
Premium
More storage than Plus, with extra resources and features
350 GB redundant storage Your data is mirrored in two data centres, so your hosting is uninterrupted even during maintenance and outages.
15 GB RAM, 1 vCPU
350 databases 2 GB of storage per database. Choose MySQL or MariaDB.
Unmetered bandwidth We do not meter bandwidth or limit your traffic.
1-click WordPress installation Install WordPress, Joomla!, and 50+ other open source apps (CMS, eCommerce, blog, forums etc) with a single click.
Free domain & SSL certificate Free domain for the first year and a Wildcard SSL certificate for secure data transfers.
Professional email Professional email with a 2 GB mailbox in addition to your webspace. State-of-the-art anti-spam protection included.
24/7 customer support Call us any time you have questions, or activate your free personal consultant for tailored support via phone, email and chat.
SiteAnalytics Plus SiteAnalytics Plus helps you monitor site performance more efficiently. Activate it to track visit length, location, browser type, dwell time and more. You can also generate and export PDF reports of key metrics.
Ultimate
The most storage and resources, with SSL for all your sites
500 GB redundant storage Your data is mirrored in two data centres, so your hosting is uninterrupted even during maintenance and outages.
20 GB RAM, 1 vCPU
500 databases 2 GB of storage per database. Choose MySQL or MariaDB.
Unmetered bandwidth We do not meter bandwidth or limit your traffic.
1-click WordPress installation Install WordPress, Joomla!, and 50+ other open source apps (CMS, eCommerce, blog, forums etc) with a single click.
Free domain Free domain for the first year.
Professional email
Professional email with a 2 GB mailbox in addition to your webspace. State-of-the-art anti-spam protection included.
24/7 customer support
Call us any time you have questions, or activate your free personal consultant for tailored support via phone, email and chat.
SiteAnalytics Plus
SiteAnalytics Plus helps you monitor site performance more efficiently. Activate it to track visit length, location, browser type, dwell time and more. You can also generate and export PDF reports of key metrics.
Unlimited free SSL certificates Secure data transfers on all your domains with unlimited Wildcard SSL certificates. Manage the certificates easily via the Control Panel or using the IONOS API.
State-of-the-art PHP hosting for your projects
What is PHP/PHP web hosting?
- With hosting packages from IONOS, you will always benefit from the latest PHP version
- Work with a wide range of CMS using PHP, with IONOS PHP hosting packages
- Create dynamic forums, blogs, online stores, or a professional web presence for your company using PHP
Tailored advice. Tips for online success. Technical support. Available via a direct phone number, chat and email. Free of charge for all IONOS customers.
We're always working to improve our customer support, and we're proud to have won several awards. These include Best Customer Engagement Initiative and Best Use of Customer Insight.
Advantages of PHP hosting with IONOS
PHP hosting
PHP operates on the server side, meaning PHP scripts are executed on the server as opposed to on the client side – as is the case with other scripting languages such as JavaScript. Accordingly, the source text is not sent to a web browser, but to a so-called "PHP interpreter" on the web server. When a user sends a request to the server, the PHP interpreter must first process the script on the server itself before sending the output to the user's browser. This output can be in the form of HTML documents or a range of other file types, such as .jpg or .pdf documents.
In order for PHP scripts to function properly on web applications, some prerequisites must also be fulfilled on the server side. For instance, programming interfaces such as ISAPI are necessary for server services like Apache to execute PHP interpreter command lines. One of the most common configurations – known as LAMP – is combining a Linux operating system with an Apache PHP web server, a MySQL database, and PHP script. Other combinations with Windows or macOS are also possible. With IONOS, you have the assurance that all technical requirements for PHP hosting will be fulfilled. You can find further information on PHP in our comprehensive tutorial.
Yes. You can view your current PHP version and choose to switch to a newer version in the IONOS Control Centre settings. This makes it simple for you to choose the most appropriate solution for your applications and scripts. Once you notice they are compatible with PHP 8.1, you can update to the latest version directly in order to achieve the optimal level of security and performance. For security reasons, older PHP versions are only available as part of IONOS Extended Support for existing customers. You can find further detailed information on changing your version of PHP in our Help Centre.
Yes. IONOS supports all other important and widely used scripting languages, including Perl, Python, and Ruby. Frameworks like Zend are also supported by IONOS, so you can easily find the best solution and corresponding script language for any given project. This gives you a wealth of possibilities for creating dynamic content on your website, allowing faster database access and hassle-free customization according to your individual requirements.
With a short piece of PHP script, you can easily find out how PHP is configured in your hosting package. To do this, use the following command to display the PHP file info:
<?php
phpinfo();
?>
This will help you identify the specific PHP version number and see which modules are installed at a glance. Alternatively, you can use your FTP main user login data to access the log file via your webspace's log directory and view it in your browser. Simply enter your domain into the browser address bar and log in: http://YOURDOMAIN.co.uk/logs/info.php.
IONOS provides you with the latest PHP security standards, as well as geo-redundant storage for all your data. By storing two copies of your data in two geographically independent data centres (geo-redundancy), you benefit from 99.9 percent uptime. Even if one data centre goes off the grid due to power failure, the other is primed and ready to take over, leaving your data intact.
A powerful firewall reliably protects the IONOS servers, and the data they contain, against cyberattacks. Because we use SSL encrypted data transmission, your customers' sensitive data is also secure. For PHP security in particular, as well as other scripting languages, it is also necessary to implement protective measures against cross-site scripting (CSS or XSS). This type of script is used by cyber criminals to insert foreign, malicious code into otherwise trustworthy webpages.
IONOS helps you protect your site from XSS attacks. In our Help Centre, you will find valuable advice on how to implement the necessary protective measures. With this information, securing your data entry and output for your PHP website is easy to achieve. The Help Centre also provides you with details on the additional security features of some hosting tariffs, such as safety scans.
If you have any further questions about the security of IONOS PHP hosting, don't hesitate to contact our expert support team, who will be available 24/7 to assist you.
Didn't find what you were looking for?
Need more info?
0333 336 5691
Live Chat
Chat with one of our IONOS experts.