wget http://wordpress.org/latest.tar.gz
tar xfz latest.tar.gz
mv wordpress/* ./
mengamankan wp
sudo find . -type f -exec chmod 664 {} +
sudo find . -type d -exec chmod 775 {} +
sudo chmod 751 index.php
sudo chmod 660 wp-config.php
/etc/php5/cgi/php.ini instead of the classic /etc/php5/apache2/php.ini.
1
2
3
4
5
6
7
| ; Maximum allowed size for uploaded files.upload_max_filesize = 50M...; Maximum size of POST data that PHP will accept.post_max_size = 50M |