【发布时间】:2019-09-01 15:52:02
【问题描述】:
我在 aws linux 服务器中有两个项目,例如:
/var/www/html/codeigniter-project/
/var/www/html/other-project/
而codeigniter项目的url是:
http://ip/
如果我打开像http://ip/other-project 这样的其他项目,那么它会显示Internal Server Error。
那么,我如何从 url 中排除这个文件夹或如何打开其他项目,如http://ip/other-project?
【问题讨论】:
标签: linux .htaccess codeigniter amazon-ec2 server