Limiting partial website access

Avatar
  • Answered
I want 2 types of website customers, free and paid. The difference would be by limiting access to the free users. In what ways can I do this? I suppose an easy way would be to put .htaccess for some folders and move the files within that folder. That seems pretty basic. Any other ideas?
Avatar
JeffMa
To do so, you would need to develop a registration system with PHP and MySQL that has specific user permissions defined for each user. You could either develop this by hand, or use an existing cart system such as Easy Digital Downloads for WordPress that would manage the various users and permissions.