ErrorDocument 401 default
#----------------------------------------------------------------cp:ppd
# Section managed by cPanel: Password Protected Directories     -cp:ppd
# - Do not edit this section of the htaccess file!              -cp:ppd
#----------------------------------------------------------------cp:ppd
AuthType Basic
AuthName "Protected 'public_html/wp-admin'"
AuthUserFile "/home/novahits/.htpasswds/public_html/wp-admin/passwd"
Require valid-user
<FilesMatch "(admin-ajax|admin-post)\.php">
	Order allow,deny
	Allow from all
	Satisfy any
</FilesMatch>
#Evitar el acceso al archivo .htaccess
<files .htaccess>
order allow,deny
deny from all
</files>
#----------------------------------------------------------------cp:ppd
# End section managed by cPanel: Password Protected Directories -cp:ppd
#----------------------------------------------------------------cp:ppd