406 error with certain title on discussion

Hello,

Been experiencing the 406 error while testing for the forum.

While testing, I created a new discussion titled 'BattleStyle Overview' and when I click the discussion, it moves to '~~~index.php?p=/discussion/13/battlestyle-overview#latest' with error message shown as below;

Not Acceptable
An appropriate representation of the requested resource /forum/index.php could not be found on this server.

If I delete the '/battlestyle-overview#latest' part, I can see the discussion contents as it should on url '~~~index.php?p=/discussion/13'.
Also if I change the discussion title to just 'BattleStyle,' there's no 406 error.

Is there particular words like 'overview' that can cause 406 error or what should I check further?

Thanks in advance.

Comments

  • Sounds like you have to check your .htaccess file.

    Look for a row starting "# RewriteBase /" and make it "RewriteBase /forum"

Sign In or Register to comment.