YAFLogo

reyou
  • reyou
  • 59% (Neutral)
  • YAF Camper Topic Starter
15 years ago
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!

Sponsor
herman_herman
15 years ago
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.

reyou
  • reyou
  • 59% (Neutral)
  • YAF Camper Topic Starter
15 years ago
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?

reyou
  • reyou
  • 59% (Neutral)
  • YAF Camper Topic Starter
15 years ago
if there is no solution for this, can i simply disable urlrewriting?

How can i achieve that?

mtw
  • mtw
  • 55.4% (Neutral)
  • YAF Forumling
15 years ago
To display URLReWriting modify line 34.

Change it FROM:

Change it TO:

reyou
  • reyou
  • 59% (Neutral)
  • YAF Camper Topic Starter
15 years ago
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?:?:

mtw
  • mtw
  • 55.4% (Neutral)
  • YAF Forumling
15 years ago
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