Anyone install drupal on http://www.ovh.com/fr/?
Greetz

Comments

OVH and Drupal

Hi,

A client I work with has had about a dozen sites running on one of their dedicated servers for the last 9 months. Very few problems, and support has been responsive on the few occasions we've had to contact them. Not sure about their shared hosting or VPS offers, but I'm going to find out shortly.

No cPanel?

It doesn't look like they have cPanel. Fantastico makes installing Drupal pretty simple. You should be fine so long as you have PHP/MySQL!

--
See the best drupal hosting providers on the Internet.

My site's hosted by GreenGeeks Drupal Hosting.

No cPanel

Nope, no cPanel - but they do have their own admin pages which offer something similar. And while they don't have one-click installs of Drupal, they do offer nice tools like Subversion and shell access on their entry-level packages.

P.S. No affiliation to OVH, just a reasonably satisfied customer.

Hello. I'm trying to install

Hello.

I'm trying to install Drupal with Clean url but I can not. They don't work with mod_rewrite, they use their own module: Mod_ORT, ORT (Ovh Redirect Technology).

Someone get clean url in ovh hosting? and How can i get it?

I have tray to copy/paste the drupal example for .htaccess:

RewriteEngine on
   RewriteBase /
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

But I don't get nothing.

Thanks

Oskar

For me the above settings are

For me the above settings are working on a simple OVH hosting (shared server).

kind regards,

konrad

Don't forget to identify the

Don't forget to identify the sub repertory if necessary

This has been working with ovh :

RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /mysitedirectory/index.php?q=$1 [L,QSA]
RewriteBase /mysitedirectory

Good luck.

Gaetan

thank you for the trick /

thank you for the trick / merci pour l'astuce

Advertising helps build a successful ecosystem around Drupal.
nobody click here