标签: codeigniter subdirectory
我正在寻找如何将我的主站点url重定向到我的子目录应用程序的过程。我还必须使用另一个子目录名称的主应用程序。 目录结构
CI system application test1 //sub directory1 test2 //sub directory2
test1使用自己的应用程序文件夹,而test2使用主应用程序文件夹,两者都使用相同的系统文件。 请帮我怎么做...... 提前谢谢。