How to set suhosin.post.max_vars in a htaccess file?
Submitted by: MurtazaThe problem is that Apache doesn't know what to do with those values, hence the internal server error. You need to change the lines to the following:
1) php_value suhosin.post.max_vars 8000
2) php_value suhosin.request.max_vars 8000
The php_value causes the setting to be passed along to PHP. If you were setting boolean values (true/false), you would use php_flag instead. This will only work if you are running PHP as an Apache module. Otherwise you have to edit the php.ini file, which may not be an option.
Submitted by: Murtaza
1) php_value suhosin.post.max_vars 8000
2) php_value suhosin.request.max_vars 8000
The php_value causes the setting to be passed along to PHP. If you were setting boolean values (true/false), you would use php_flag instead. This will only work if you are running PHP as an Apache module. Otherwise you have to edit the php.ini file, which may not be an option.
Submitted by: Murtaza
Read Online Webmaster Job Interview Questions And Answers
Top Webmaster Questions
☺ | What you can do with a word processor as webmaster? |
☺ | What are the responsibilities of webmaster? |
☺ | Explain Google webmaster tools? |
☺ | What Google webmaster tools give us? |
☺ | Who is Webmaster? |
Top Top World Wide Web Categories
☺ | Cascading Style Sheet CSS Interview Questions. |
☺ | HTML5 Interview Questions. |
☺ | Basic Internet Interview Questions. |
☺ | Domain Name System (DNS) Interview Questions. |
☺ | JavaScript Interview Questions. |