Hi,
I'm trying to set up "QA Light" plugin and I have 404 error instead of question pages.
I've found several solutions the same problems but all of them don't work:
- I flush permalinks (re-save them) - doesn't help
- I don't use the default permalink
- all other plugins are deactivated
- I'm using IIS7 and have the following rules in my web.config (for pretty urls)
<rewrite>
<rules>
<rule name="wordpress" patternSyntax="Wildcard">
<match url="*"/>
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/>
</conditions>
<action type="Rewrite" url="index.php"/>
</rule>
</rules>
</rewrite>
And this doesn't help as well.
I can see /questions page and /questions/ask page but I can't see questions details pages.
can anybody help me? this plugin looks pretty but it doesn't work!