i have some pages that i want to only be accessible if the user comes through a particular link and unable to access the page otherwise. Is this possible ? please note that i only want to restrict a few pages and avoid creating sub domains.
That could be possible, though, I don’t know any particular plugin that could do it. But that’s possible through cookies.
1. User visit the page
2. Create session/cookies and store it on user’s browser
3. Then allow access if session/cookies are present from user’s browser