Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Jotkin ohjelmat tarvitsevat muutoksia PHP:n oletusasetuksiin. Esim. tiedostojen lähetysrajan muuttaminen onnistuu lisäämällä public_html/.htaccess -tiedostoon seuraavat rivit:


Code Block
php_value upload_max_filesize 128M
php_value post_max_size 128M


Max Input Vars -arvoa voi muuttaa seuraavasti:

Code Block
languagetext
php_value max_input_vars 5000

Time Limit -arvon muuttaminen:

Code Block
languagetext
php_value max_execution_time 30