Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Recommended Hosting for BuddyPress site?


John James Jacoby
Keymaster

@johnjamesjacoby

In my .htaccess file, I had to force 1and1 to provide php5:

AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

To get rid of 500 errors and out of memory errors, in my /wp-admin/ I put this in php.ini (create it if it doesn’t exist):

memory=40MB
upload_max_filesize=10M;
post_max_size=20M;

Skip to toolbar