Support » Plugins » [Plugin: Q&A Light] QA Light 404 error

  • 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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Dmitry,

    IIS is a tough one, a bit tough to troubleshoot. Are you having trouble with other custom post types on the same site?

    Also, an odd trick that sometimes just works, you could maybe try setting your permalinks to the default, then resetting them to your preferred permalink setting. Maybe that’ll sort it?

    Cheers,
    David

    Any fix for this issue? I just installed the plugin and when accessing site/questions/ask/ I get a 404. David, any feedback would be welcome!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Q&A Light] QA Light 404 error’ is closed to new replies.