bbpress permalink with 404 Error Pages
-
Hello.
Windows server wordpress permalink with 404 error pages like below;
for “www.site.com/post.htm” wp-404-handler.php
===============
$qs = $_SERVER;
$_SERVER = substr($qs, strpos($qs, ‘:80′)+3);
$_SERVER = $_SERVER;
include(’index.php’);
how are same server bbpress permalink with 404 error pages.
what “www.site.com/forum/topic/29” bb-404-handler.php
==============
???
- You must be logged in to reply to this topic.