Hello
Is anyone successfully running Drupal 6 on a Linux account at JodoHost?
I haven't had much luck. The install first complains about register globals and mbstring. That's fine, I have this in .htaccess to solve that.
php_flag register_globals off
php_value mbstring.http_input pass
php_value mbstring.http_output pass
After configuring the database, it comes back with:
An HTTP error 501 occurred. http://www.<mydomain>.com/install.php?locale=en&profile=default&id=1&op=do
A Google search for "HTTP error 501 occurred" reveals a lot of hits talking about installing Drupal. It seems to be something about mod_security.
I have a virtual server at another host where I could run this site but I was hoping to run it at JodoHost.
Any ideas?
Thanks
Is anyone successfully running Drupal 6 on a Linux account at JodoHost?
I haven't had much luck. The install first complains about register globals and mbstring. That's fine, I have this in .htaccess to solve that.
php_flag register_globals off
php_value mbstring.http_input pass
php_value mbstring.http_output pass
After configuring the database, it comes back with:
An HTTP error 501 occurred. http://www.<mydomain>.com/install.php?locale=en&profile=default&id=1&op=do
A Google search for "HTTP error 501 occurred" reveals a lot of hits talking about installing Drupal. It seems to be something about mod_security.
I have a virtual server at another host where I could run this site but I was hoping to run it at JodoHost.
Any ideas?
Thanks