I'm using .htpasswd to enchance my security, but it blocked all my css,js and images.
.htpasswd
Here's my .htaccess:
.htaccess
AuthType Basic AuthName "Password Protected Area" AuthUserFile /my/folder/.htpass Require valid-user
Could someone help me?