Our website is both a free and subscription based website. We have a .php file protected and non subscribers only have access to certain stories and then paid subscribers have access to ALL stories. Then we also have a folder protected that full paid subscribers can access as well as partial paid subscribers. The partial paid subscribers SHOULD NOT be able to access the stories JUST the folder with certain files. However right now the partial subscribers have access to EVERYTHING. How can we limit this access in the new system? In the old system the product numbers were displayed and you could turn on/off the different subscribers by simply adding or removing the product number from the line of code in the .php file. However it doesn't look like it works that way any longer :-(. Thank you in advance for your help!
Can you not put the files into two separate files? Give permissions to access both to full members and only to the one for partial members.