YAFLogo

Posted by: filtergraph - Monday, 9 October 2017 23:19:49
I have installed YAF on a server with iis 7. The installation went okay but I cannot click any any links without getting a 404 error. At first I thought I had no access to the pages directory but I ruled that out by adding an html page and calling it with ~/pages/test.html. I have to insert the pages directory in the url or I get a 404 error. I cannot insert the pages directory into the url for other pages withouth getting a 404 error. So my thoughts are that there is a configuration missing or something configured incorrectly. Does anyone know why this is happening? Thanks in advance.

Posted by: tha_watcha - Tuesday, 10 October 2017 10:50:55
Do you mean the links inside the forum didn't work, or other urls from your site? The problem is that all urls are handled via the urlrewriter. in your case you need to open the urlrewriter.config and change the line... [code=markup] [/code] to... [code=markup] [/code]

Posted by: filtergraph - Tuesday, 10 October 2017 17:38:43
YAF is the website. I have not added it to another site. It may have something to do with the server I was using (What, I do not know). I moved the YAF site to a different server and all is working.

Posted by: Hyabusact - Sunday, 19 November 2017 19:12:46
I am getting the same error but I cant move this to another site. When you click onto the forum it errors, when you click to log in, it errors and if you try to register it will error. All 404 errors. Any help?

Posted by: tha_watcha - Monday, 20 November 2017 06:26:00
Does it work when you disable url rewriting [code=markup] [/code]

Posted by: Hyabusact - Tuesday, 21 November 2017 00:06:48
To the Web.config file?

Posted by: Hyabusact - Tuesday, 21 November 2017 00:14:19
When I add that to the Web.config file, the site will not run.

Posted by: tha_watcha - Tuesday, 21 November 2017 04:21:17
Sorry I forgot to mention you need to add it to the app.config