Recent Topics

1 Apr 02, 2007 17:37    

My b2evolution Version: 1.9.x

Hi,

I moved our blog to a new host (non-dedicated this time), I'm having some problems with memory limits.

How do you setup the memory limit via .htaccess? Coz if I use the ini_set() option, IE won't load the blog and gives a 500 Internal Server Error.

Still trying to find an instruction about how to do it via .htaccess :/ hope someone can help... thanks!!

Regards.

EDIT:
php safe mode is off.

2 Apr 03, 2007 01:15

Add to .htacceess:

# Increase memory limit
php_value memory_limit 16M


but I'm not sure if your host allows this since it appears it doesn't allow the ini_set() trick either.

3 Apr 19, 2007 01:56

It works if I put it in my local php.ini

Thanks!!


Form is loading...