Under Apache, the limit is a configurable value, LimitRequestLine
. Change this value to something larger than its default of 8190 if you want to support a longer request URI. The value is in /etc/apache2/apache2.conf. If not, add a new line (LimitRequestLine 10000
) under AccessFileName .htaccess
.
However, note that if you’re actually running into this limit, you are probably abusing GET
to begin with. You should use POST
to transmit this sort of data — especially since you even concede that you’re using it to update values. If you check the link above, you’ll notice that Apache even says “Under normal conditions, the value should not be changed from the default.”
Related Posts:
- http://localhost:80 is not working on running Apache server through UniServer ZeroXIII
- Getting an error when I visit http://localhost
- Redirect vs RedirectMatch
- What is the difference between the ‘www’ folder and ‘htdocs’ folder?
- What is Options +FollowSymLinks?
- SSL error SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
- MAMP “Apache couldn’t be started because port is in use.” AND “Can’t connect to local MySQL server through /tmp/mysql.sock
- Only variable references should be returned by reference – Codeigniter
- Connection reset by peer: mod_fcgid: error reading data from FastCGI server
- file_get_contents( ) not working
- XAMPP, using port:81, cannot run localhost:81/mywebsite
- “End of script output before headers” in Apache + PHP
- How can I force users to access my page over HTTPS instead of HTTP?
- Getting a 500 Internal Server Error on Laravel 5+ Ubuntu 14.04
- Using PHP 7 with WAMP
- How to remove index.php from WordPress site URL
- PHP “or” Syntax
- Data source name not found, and no default driver specified
- Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, object given in
- How do I redirect a page in jQuery?
- What is difference between PHP cli and PHP cgi?
- Illegal string offset Warning PHP
- Why use $_SERVER[‘PHP_SELF’] instead of “”
- phpMyAdmin: secret passphrase?
- What’s the purpose of ini_set() in php? (especially for error reporting)
- PHP how to make URL something like product.php?id=1
- Mixing a PHP variable with a string literal
- How to insert an item at the beginning of an array in PHP?
- PHP Deprecated: Methods with the same name
- How do I pass JavaScript variables to PHP?
- Print array to a file
- Call to undefined function curl_init().?
- I have a string with “\u00a0”, and I need to replace it with “” str_replace fails
- How to verify password against database?
- what is a good method to sanitize the whole $_POST array in php?
- Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 71 bytes)
- Difference between $_SERVER[‘DOCUMENT_ROOT’] and $_SERVER[‘HTTP_HOST’]
- Refresh a page using PHP
- Laravel 5.2 Storage::makeDirectory($dir) is not creating directory
- Lost connection to MySQL server at ‘reading initial communication packet’, system error: 0
- PDO closing connection
- “Valid CSRF Token Required” in Osticket After login?
- How to find the date of a day of the week from a date using PHP?
- PHP multidimensional array search by value
- Trying to get property of non-object – Laravel 5
- nginx: connect() failed (111: Connection refused) while connecting to upstream – after update nginx –
- Child theme css not overriding parent
- Convert timestamp to readable date/time PHP
- Creating a php search bar
- What does ‘=' mean in PHP?
- Parsing domain from a URL
- PHP class not found but it’s included
- How to fix the session_register() deprecated issue?
- How can I capture the result of var_dump to a string?
- Is Angularjs Clientside or Serverside or Both
- Laravel 5 Class ‘Collective\Html\HtmlServiceProvider’ not found on AWS
- MySQL query to get column names?
- How to convert string to boolean php
- Fatal error: Out of memory, but I do have plenty of memory (PHP)
- Are There Any Cron Jobs Alternative?
- How to Create Multiple Where Clause Query Using Laravel Eloquent?
- PHP: How to get referrer URL?
- Warning: A non-numeric value encountered
- Proper Format of iframe in PHP?
- How to find the last day of the month from date?
- php_network_getaddresses: getaddrinfo failed: Name or service not known (0) Failed To Connect..!
- Composer: Command Not Found
- Undefined variable: $_SESSION
- Error:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
- The character encoding of the HTML document was not declared
- Object of class mysqli_result could not be converted to string
- Notice: Undefined offset: 0 in
- How to Sort a Multi-dimensional Array by Value
- How to get time difference in minutes in PHP
- How to write a link like which link to the same page in PHP?
- How to write a link like which link to the same page in PHP?
- Insert string at specified position
- PHP + JQuery – How to use these two together? Please see my example
- Data extraction from /Filter /FlateDecode PDF stream in PHP
- Access PHP variable in JavaScript
- How to use data-saferedirecturl in a tag in PHP?
- CSS background images in WordPress
- Reset PHP Array Index
- PHP date yesterday [duplicate]
- Clear cache in Symfony: `cache:clear` or `rm -rf`?
- Is there any difference between aes-128-cbc and aes-128 encryption?
- create php live clock
- Converting a UNIX Timestamp to Formatted Date String
- PHP Call to undefined function
- Formatting a number with leading zeros in PHP
- POST an array from an HTML form without javascript
- cURL 28 error after switch from to brew php 7.2 on localhost
- WordPress multisite causing Error 101 (net::ERR_CONNECTION_RESET): Unknown error [duplicate]
- Is it possible to move wordpress out of webroot?
- Evaluations of two wordpress security plans against php code injection attack
- Permalinks are not working in WordPress in digitalocean
- How to edit content in WordPress and the Polylang – plugin? – with demosite
- Upgrade to PHP7.3 and Changing Apache from Prefork to Event Breaks WordPress
- Admin-area broken through weird issues