Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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


php_value upload_max_filesize 128M
php_value post_max_size 128M


Max Input Vars -arvoa voi muuttaa seuraavasti:

php_value max_input_vars 5000

Time Limit -arvon muuttaminen:

php_value max_execution_time 30
  • No labels