Skip to content

Instantly share code, notes, and snippets.

@rotisoft
Last active August 28, 2021 10:09
Show Gist options
  • Save rotisoft/db3a902f22f9540175701b0d057726b0 to your computer and use it in GitHub Desktop.
Save rotisoft/db3a902f22f9540175701b0d057726b0 to your computer and use it in GitHub Desktop.
WordPress honlaphoz ajánlott PHP értékek megadása, .htaccess fájl segítségével.
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value max_execution_time 180
php_value max_input_time 300
php_value memory_limit 256M
php_value max_input_vars 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment