Dec 30 2008
Running Drupal 6 on 1and1 shared hosting with clean urls
There are a couple things that you need to do to get Drupal running if you are using 1and1 for your hosting provider with clean urls.
- Download and copy the Drupal installation.
- Create a php.ini file with these two lines and copy it to the root of your site (…/mysite/)
register_globals = off
memory_limit = 16M - Edit the .htaccess file and uncomment the line:
RewriteBase / - Add this line to .htaccess somewhere to enable php5
AddType x-mapp-php5 .php
That should do it. Let me know if it doesn’t work for you in the comments.
