From 796cbc835020db800660443a31d617855d3f7640 Mon Sep 17 00:00:00 2001 From: patdenice Date: Mon, 16 Mar 2009 17:04:13 +0000 Subject: merge r3203 from trunk to branch 2.0. Move template class inclusion to common.inc.php. Add forum link in upgrade page. Install and upgrade try to configure PHP5. git-svn-id: http://piwigo.org/svn/branches/2.0@3204 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/hosting.php | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 install/hosting.php (limited to 'install/hosting.php') diff --git a/install/hosting.php b/install/hosting.php new file mode 100644 index 000000000..a46f71630 --- /dev/null +++ b/install/hosting.php @@ -0,0 +1,59 @@ + 'AddType x-mapp-php5 .php', + + //Apinc + 'apinc.org' => 'AddHandler x-httpd-php5 .php', + + //Free + 'free.fr' => 'php 1', + + //Lost Oasis + 'lost-oasis.net' => 'PHP_Version 5.0', + 'lo-data.net' => 'PHP_Version 5.0', + + //MediaTemple + 'gridserver.com' => 'AddHandler php5-script .php', + + //Online + 'online.net' => 'AddType application/x-httpd-php5 .php', + + //Ouvaton + 'web.ocsa-data.net' => 'AddHandler application/x-suexec-php5 .php', + + //OVH + 'ovh.net' => 'SetEnv PHP_VER 5', + + //Strato + 'rzone.de' => 'AddType application/x-httpd-php5 .php', + + //Web1.fr - NFrance + 'nfrance.com' => 'AddHandler php-fastcgi5 .php', +); +?> \ No newline at end of file -- cgit v1.2.3