I don't know a lot about .htaccess
.
I have a web with Wordpress and I made a part private only for subscribers. I have installed a couple of Wordpress plugins to control the access to that page. The problem is that the "private" page links to a folder where I have a lot of .html
pages. That is the folder I want to protect. I have used the http_refered
in the .htaccess
but I know it is very easy to hack it.
Is there any way to write in the .htaccess
file a command that check the Wordpress user file and see if the user belongs to the "suscriber" group?