我有CodeIgniter项目,并将另一个名为“ admin”的codeIgniter项目放入该项目
结构看起来像这样
codeIgniter project
admin (this is another codeIgniter project)
application
public
system
user_guide
vendor
few php and htaccess files here
我访问example.com之类的普通项目,并访问 example.com/admin 之类的管理项目,这些都工作正常,但是现在我在主项目“ api”中添加了另一个codeIgniter项目。 它不起作用。
现在的结构看起来像这样
codeIgniter project
admin (this is codeIgniter project)
api (this project does not work, url issue)
application
public
system
user_guide
vendor
few php and htaccess files here