I have install yaf forum on a separate folder name forum so the whole path be like \forumtest\forum, I have already set it up and is working. Now what I want to do is use the yaf user role and authentication to limit who can see certain pages.
Example I created a folder name cool and in cool i added a page name cool.aspx. I have also added a web.config file into the cool directory to allow who can view this page.
here is my web.config file in the cool directory
If i am login it will let me view teh cool.aspx page but if i am not login and I try to view cool it tries to redirect me to
/forumtest/login.aspx. /forumtest is my root directory but the login is not in my root directory but in the /forum directory.
so my question is how can i redirect users trying to visit cool.aspx to the yaf login page so they can log in and view teh cool.aspx page?