define('FS_METHOD', 'direct');
wp-content/plugins, rename<Files wp-config.php> order allow,deny deny from all </Files>
# my ip address only order deny,allow allow from 213.27.244.178 allow from 62.97.72.29 deny from all
# disable directory browsing
Options All –Indexes
# seguridad de subida de archivos en carpeta <Files ~ ".*\..*"> Order Allow,Deny Deny from all </Files> <FilesMatch "\.(jpg|jpeg|jpe|gif|png|bmp|tif|tiff|doc|pdf|rtf|xls|numbers|odt|pages|key|zip|rar)$"> Order Deny,Allow Allow from all </FilesMatch>