Rabu, 01 Juli 2020

cara fix index of pada situs kita terutama wordpress

biar isi cpanel tidak telanjang

masuk ke public_html/.htaccess

edit tambahkan text Options -Indexes di file .htaccess


Tidak ada komentar:

Posting Komentar

cara http:// pergi ke https://

RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] taruh code ini di bawah RewriteEngine  on