YAFLogo

Posted by: Edward Jeramy - Tuesday, 4 July 2017 08:54:48
I have setup the yet forum locally correctly.Its source code version. [img]http://i.imgur.com/1R9G95W.png[/img] I need to add a separate home page with different master page.So I created a new home page under YAF folder. [img]http://i.imgur.com/y4pcj9n.png[/img] When I run the Home page it allways redirect to forum home page.Url i says Home.aspx.But it is in the forum page.. [img]http://i.imgur.com/7osQmm4.png[/img] I need to redirect that to home page when we click on the home.aspx Please help me

Posted by: tha_watcha - Tuesday, 4 July 2017 09:30:22
That is caused by the URLRewriter. Open up the urlrewriter.config and change line from.... [code=markup][/code] to [code=markup][/code]

Posted by: Edward Jeramy - Tuesday, 4 July 2017 12:29:28
[quote=tha_watcha;70464]That is caused by the URLRewriter. Open up the urlrewriter.config and change line from.... [code=markup][/code] to [code=markup][/code][/quote] thank you watcha.. If I create more pages then I have to mention those all in here?

Posted by: tha_watcha - Tuesday, 4 July 2017 13:30:38
Yes if all the pages are within the forum application then you need to add them all.