Info
- 1 post
- 1 voice
- Started 3 years ago by GelincikOnline
- This topic is not resolved
bbpress permalink with 404 Error Pages
-
- Posted 3 years ago #
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
==============
??? -
You must log in to post.