我将网站移至名为/ corp /的子文件夹中。所以要进入你输入的网站
mywebsite.com/corp/index.php
我想删除/ corp /所以它看起来像
mywebsite.com/index.php
感谢您的帮助!
答案 0 :(得分:0)
您需要将APACHE设置中的UserDir更改为相应的文件夹。 IE现在,如果您的UserDir为UserDir /public_html
,则将其更改为UserDir /public_html/corp
有关详细信息,请参阅http://httpd.apache.org/docs/2.0/howto/public_html.html