0

wordpress 404页面

网站研究 区区第二 2010-05-06 19:20:29
  1. wordpress 404 去掉index.php  
  2. <?php  
  3. $qs = $_SERVER['QUERY_STRING'];  
  4. $_SERVER['REQUEST_URI'] = substr($qsstrpos($qs':80')+3);  
  5. $_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI'];  
  6. include('index.php');  
  7. ?> 

 

相关文章

发表留言