Cannot enter more then 499 entries
-
When using Simple 301 Redirects V1.06 I was unable to enter new entries beyond entry number 499.
It said settings saved but the new entry never showed.I found this to be because of the php setting max_input_vars, default: 1000, because the input form will need 2 fields per entry.
So I had to increase this setting, ini_set was not working due to security restrictions but placing the following .htaccess file in the /wp-admin folder solved the issue:
# Setting by Ben for simple 301 redirects
php_value max_input_vars 2000
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Cannot enter more then 499 entries’ is closed to new replies.