更改基本目录
Posted
技术标签:
【中文标题】更改基本目录【英文标题】:Change base directory 【发布时间】:2016-01-07 09:51:13 【问题描述】:我想将我网站的主目录更改为网站内的子目录之一,例如
http://name_of_site/first_directory/second_directory/index.php
将被重写为
http://name_of_site/index.php
【问题讨论】:
使用它的代码是什么?这取决于你如何使用它......你的框架是什么等等......? 【参考方案1】:基本上你需要的是分别改变你的DocumentRoot
(Apache)或root
(nginx)
DocumentRoot /path/to/first_directory/second_directory;
root /path/to/first_directory/second_directory;
还有很多类似的问题
https://serverfault.com/questions/423624/how-to-change-the-nginx-default-folder How do I change the root directory of an apache server?【讨论】:
以上是关于更改基本目录的主要内容,如果未能解决你的问题,请参考以下文章
[Linux] Linux 中的基本命令与目录结构(待移除)
15Linux 文件基本属性chgrp,chown,chmod