Hallo kali ini kita akan belajar cara membuat Wordpress di ajenti V, jika ajenti kalian masih belum ajenti v install dulu saya sediakan link di bawah.
Cara install Ajenti VBerikut cara installnya.
1. Masuk ke Website
Note:
- New Website ( isi nama website lalu create)
2. Manage Website.
3. Unceklist.
4. Buat file directory untuk wordpressnya.
5. Masukan link di bawah dan kilik Download and Unpack tunggu sampai selesai.
http://wordpress.org/latest.zip
6. Apply.
7. Masuk File Manger lalu ke folder /srv/(namafolderwebkalian)/wordpress.
8. Pada folder Wordpress select ALL lalu cut (gambar gunting).
9. Paste di folder web kalian.
10. Kembali ke Website lalu ke Menu domains, masukan domain jika belum punya buat dulu cek link di bawah.
Konfigurasi DNS
11. Ke menu Content lalu buat file phpnya.
#################################################
# This order might seem weird – this is attempted to match last if rules below fail.
location / {
try_files $uri $uri/ /index.php?$args;
}
# Add trailing slash to */wp-admin requests.
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
# Directives to send expires headers and turn off 404 error logging.
location ~* ^.+\.(ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf)$ {
access_log off; log_not_found off; expires max;
}
location = /favicon.ico {
log_not_found off;
access_log off;
}
location = /robots.txt {
allow all;
log_not_found off;
access_log off;
}
# Deny all attempts to access hidden files such as .htaccess, .htpasswd, .DS_Store (Mac).
# Keep logging the requests to parse later (or to pass to firewall utilities such as fail2ban)
location ~ /\. {
deny all;
}
# Deny access to any files with a .php extension in the uploads directory
# Works in sub-directory installs and also in multisite network
# Keep logging the requests to parse later (or to pass to firewall utilities such as fail2ban)
location ~* /(?:uploads|files)/.*\.php$ {
deny all;
}
###################################################
12 Masuk ke Mysq lalu buat DB dan User.
13. GRANT ALL PREMISSION lalu Apply Changes.
14. Kembali ke Website, Refresh jika semua sudah centang maka berhasil jika Silang maka install openssl dulu.
Cara install Openssl
15. Restart website.
16. Ke tab baru lalu masukan domain tadi, nah tinggal install wordpressnya.
17. Isi seperti saat membuat database.
18. Run installation.
19. Lalu isi sesuai kemauan.
20. Login.
Belum Paham ? Komen di bawah.
1 komentar:
belum paham kak
EmoticonEmoticon