Forums

Join
bbPress Support ForumsTroubleshootingbbpress permalink with 404 Error Pages

Info

bbpress permalink with 404 Error Pages

  1. Hello.

    Windows server wordpress permalink with 404 error pages like below;

    for "www.site.com/post.htm" wp-404-handler.php
    ===============
    $qs = $_SERVER['QUERY_STRING'];
    $_SERVER['REQUEST_URI'] = substr($qs, strpos($qs, ‘:80′)+3);
    $_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI'];
    include(’index.php’);

    how are same server bbpress permalink with 404 error pages.

    what "www.site.com/forum/topic/29" bb-404-handler.php
    ==============
    ???

  2. You must log in to post.