YAFLogo

Posted by: reyou - Wednesday, 26 August 2009 02:34:03
Hi, My application is a clean install of 1.9.3 version of the forum. When I create new forums (For example I create forum called newTopic it is trying to go "http://localhost/Universitly/newTopic") and try to enter to enter i get Server Error in Application "DEFAULT WEB SITE/NewForum" HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. My application is sitting under IIS. I think url rewriting causing issue? what can be the solution for this? Thank you!

Posted by: herman_herman - Wednesday, 26 August 2009 13:38:50
Hi Have you added Switch to your web.config? If yaf is going to be inside a sub folder you have to add this switch.Please consult install.txt.

Posted by: reyou - Wednesday, 26 August 2009 15:49:07
It is under it is own folder. (Not in sub folder) And i am using .net 3.5 web.config. should i change something in this file?

Posted by: reyou - Wednesday, 26 August 2009 19:46:43
if there is no solution for this, can i simply disable urlrewriting? How can i achieve that?

Posted by: mtw - Wednesday, 26 August 2009 22:35:22
To display URLReWriting modify line 34. Change it FROM: Change it TO:

Posted by: reyou - Thursday, 27 August 2009 00:30:47
I am setting it off, still trying to go with same url. It is a clean install under iis not in sub folder. what can be the problem?:?:

Posted by: mtw - Thursday, 27 August 2009 03:58:29
Well if you have it turned off, then you can't access it by the name of the category you would have to use the ID. The other thing I just noticed is you are trying to access it via: http:\\localhost\university\newTopic shouldn't it be http:\\localhost\university\yef_newTopic