Looking for some advice. I'm trying to run 2.8.7 on Windows Server 2008 (IIS) with PHP 5.3.24 and SQL express.
Everything works great, *except* that from the homepage, when I click on "CategoryOne" (in the left-navigation), I am taken to a page that says "Questions in CategoryOne". This page has a link that says "CategoryOne (2 FAQ's)" with an icon for the RSS feed to the right of it. When I click a similar link in the demos, it takes me to the actual FAQ. However in my environment it just does a GET request for /index.php?sid=151&lang=en&action=show&cat=1 which only refreshes the current page instead of showing me the actual FAQ(s).
I've tried IE8, IE9, IE10, chrome, firefox... even upgraded from 2.8.5 to 2.8.7 and I can't get it to work.
I've got to be missing something... any advice (better than moving to a pure LAMP environment
Thanks!