Drupal 10 / 11 Hosting in France

French Drupal 10 and 11 hosting tuned for institutional sites and complex applications.

Starting at €4.99/mo

Introduction

Drupal is resource-hungry: By-Hoster runs a Drupal 10/11 stack with PHP 8.3, MariaDB or MySQL 8, Memcached, Redis and NVMe SSD storage. French infrastructure.

Let's Encrypt SSL, daily backups, real human 24/7 support. Free Drupal migration handled by our team.

Included features

PHP 8.3 + Composer

Drupal 10/11 ready to go.

Redis / Memcached

Native object cache for high-traffic sites.

Anti-DDoS

Protection against attacks.

Frequently asked questions

Yes. Drupal 11 needs PHP 8.3+ and MySQL 8.0 / MariaDB 10.6+, both of which are the default.

Yes. Composer and Drush are installed on every plan with SSH (Web Pro/Business hosting, VPS, dedicated). Connect with ssh user@by-hoster.net, then composer require drupal/module_name or drush cr to flush caches.

Every contrib module from the Drupal.org project repository compatible with your version (10 or 11) works: Views, Webform, Paragraphs, Commerce, Search API, Pathauto, Token. Modules that require specific PHP extensions (gd, imagick, intl, opcache) are supported by default.

Install the redis module (composer require drupal/redis) or memcache. On VPS or dedicated you get Redis/Memcached pre-installed and configured. Wiring in settings.php: $settings['redis.connection']['host'] = '127.0.0.1';, then enable the module. Typical wins: 5-10x on authenticated pages.

Drupal 7 hits EOL in January 2025. Migration to Drupal 10 goes through the Migrate Drupal module (in core). Common paths: 1) Direct Drupal 7 to 10 migration via Migrate UI. 2) Fresh build with content import for heavily modded sites. Our support team provides a free audit and can run the migration as a service.

Yes for small and medium shops (catalogue up to roughly 1,000-2,000 products) on Web Pro or Business. Beyond that, or for sites with complex checkout (multi-currency, subscriptions, B2B), we recommend a dedicated VPS with a tuned MySQL and Redis cache for sessions.