将子文件夹显示为主文件夹

时间:2013-10-08 03:46:50

标签: php directory mkdir subdirectory

我的主目录包含:

  
      
  1. john(文件夹)
  2.   
  3. jane(文件夹)
  4.   
  5. james(文件夹)
  6.   
  7. 的config.php
  8.   
  9. 的index.php
  10.   

我想将它们重组为:

  
      
  1. 用户(文件夹)
  2.   
  3. 的config.php
  4.   
  5. 的index.php
  6.   

文件夹“user”包含:

  
      
  1. john(文件夹)
  2.   
  3. jane(文件夹)
  4.   
  5. james(文件夹)
  6.   

但要将约翰的网址保留为www.mydomain.com/john而不是www.mydomain.com/user/john

1 个答案:

答案 0 :(得分:1)

您目前使用哪种网络服务器。

如果Apache =>使用重写网址http://httpd.apache.org/docs/2.0/misc/rewriteguide.html