PHP Web Hosting
- New Zend Engine
- Independent of the operating system
- PHP 8.2 with JIT, HTTP/2, and gzip

Package overview
Essential
For one website or project
1 website
10 GB storage Storage refers to the total amount of disk space available for your website's content.
10 databases 2 GB of storage per MariaDB or MySQL database. If you choose one-click installation, we'll automatically create a MariaDB 10 database for you. MySQL 5 is available if you prefer to set up everything manually.
Basic CPU & MEM resources
Performance level 1 of 5: Optimized for up to 100 website visitors per minute (384 MB PHP memory, up to 512 MB RAM).
Free domain for 1 year
Choose from these domain extensions: . Free domain offer must be redeemed on the initial purchase of a 12-month contract term.
Free Wildcard SSL certificate A Wildcard SSL certificate safeguards your domain and up to 10,000 subdomains. It creates a secure connection between you and your visitors, protecting their personal data from third parties.
Daily backup and recovery
Free 24/7 support
Starter
For ten websites or projects
10 website
100 GB storage Storage refers to the total amount of disk space available for your website's content.
50 databases 2 GB of storage per MariaDB or MySQL database. If you choose one-click installation, we'll automatically create a MariaDB 10 database for you. MySQL 5 is available if you prefer to set up everything manually.
Basic CPU & MEM resources
Performance level 1 of 5: Optimized for up to 100 website visitors per minute (384 MB PHP memory, up to 512 MB RAM).
Free domain for 1 year
Choose from these domain extensions: .ca, .com, .net, .org, .info, .me, .biz, .online. Free domain offer must be redeemed on the initial purchase of a 12-month contract term.
Free Wildcard SSL certificate
A Wildcard SSL certificate safeguards your domain and up to 10,000 subdomains. It creates a secure connection between you and your visitors, protecting their personal data from third parties.
Daily backup and recovery
Free 24/7 support
Plus
For larger web projects
Bestselling Plan
Unlimited websites
Unlimited storage IONOS does not limit the amount of traffic, websites, or storage (disk space). However, to meet platform availability standards and perform daily backups, plans may not exceed 262,144 files (inodes).
Unlimited databases 2 GB of storage per MariaDB or MySQL database. If you choose one-click installation, we'll automatically create a MariaDB 10 database for you. MySQL 5 is available if you prefer to set up everything manually.
Enhanced CPU & MEM resources
Performance level 2 of 5: Optimized for up to 200 visitors per minute on your websites (768 MB PHP memory, up to 6 GB RAM).
Free domain for 1 year
Choose from these domain extensions: .ca, .com, .net, .org, .info, .me, .biz, .online. Free domain offer must be redeemed on the initial purchase of a 12-month contract term.
Free Wildcard SSL certificate
A Wildcard SSL certificate safeguards your domain and up to 10,000 subdomains. It creates a secure connection between you and your visitors, protecting their personal data from third parties.
Daily backup and recovery
Free 24/7 support
Ultimate
For multiple large web projects
Unlimited websites
Unlimited storage IONOS does not limit the amount of traffic, websites, or storage (disk space). However, to meet platform availability standards and perform daily backups, plans may not exceed 262,144 files (inodes).
Unlimited databases 2 GB of storage per MariaDB or MySQL database. If you choose one-click installation, we'll automatically create a MariaDB 10 database for you. MySQL 5 is available if you prefer to set up everything manually.
Maximum CPU & MEM resources Performance level 5 of 5: Optimized for up to 500 visitors per minutes on your websites (896 MB PHP memory, up to 19 GB RAM).
Free domain for 1 year Choose from these domain extensions: . Free domain offer must be redeemed on the initial purchase of a 12-month contract term.
Free Wildcard SSL certificate A Wildcard SSL certificate safeguards your domain and up to 10,000 subdomains. It creates a secure connection between you and your visitors, protecting their personal data from third parties.
Daily backup and recovery
Free 24/7 support
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
Your personal consultant
Helpful advice from a single point of contact. Exclusively for you. Experience customer service on a whole new plane. All this and more, free.
Learn moreAdvantages of PHP hosting with IONOS
Didn't find what you were looking for?
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 Center 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.2, 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 Center.
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 Secure 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.ca/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 centers (geo-redundancy), you benefit from 99.9 percent uptime. Even if one data center 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 Center, 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 Center 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.
Contact us
1-844-296-2059
Live Chat
Chat with one of our IONOS experts.