Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
365 views
in Q2A Core by

I integrated question2answer in an existing website, which is working fine on localhost, but the problem is on server. I followed the same step for server as well. The issue is when I route within question2answer it gives "HTTP Error 404.0 - Not Found" along with other details as shown in the attached snapshot below. Further I keeped question2answer folder inside main app folder. What's going wrong in the code. Need some suggestions. please.

Q2A version: 1.8.4

1 Answer

0 votes
by

As I said on Github you are using IIS not Apache. If you're able to switch to using Apache hosting then I'd recommend that.

Otherwise, take a look at the various other questions about IIS that have been posted here. In particular this one links to a sample web.config: https://www.question2answer.org/qa/16782/setup-on-iis-7-5

...