| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
dizyn
Joined: 24 Nov 2007 Posts: 1
|
Posted: Sat Nov 24, 2007 1:59 pm Post subject: .htaccess file question |
|
|
I have a question.
I want to manage php's .ini settings using .htaccess file can i do so?
I mean, can i change max upload file size using .htaccess which is php setting?
or can I change
"; Allow ASP-style <% %> tags." which is purely php.ini setting.
thank you
dizyn |
|
|
| Back to top |
|
 |
|
 |
Peter77 phpBB SEO Team


Joined: 10 May 2006 Posts: 512 Location: Michigan
|
Posted: Sat Nov 24, 2007 11:23 pm Post subject: Re: .htaccess file question |
|
|
It is possible. this settings works on my hosting's server.. hopefully can be useful to you as well.
.htaccess
| Code: |
php_value upload_max_filesize 10M |
If you have any trouble, try adding these settings as well.
| Code: | php_value post_max_size 18 M
php_value memory_limit 35M |
|
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |