我即将在本地开发一个新的 Codeigniter 应用程序。我很好奇我应该使用的正确文件结构,这有助于适应适当的最佳实践。我没有更改 MAMP 中的默认根目录。我想要做的设置是,当我准备好上传到一个实时站点时,我不需要做任何额外的事情来让它工作。我确实配置了 index.php 文件,以便它显示系统和应用程序文件夹的正确位置。站点一是主要站点。
现在我有这个:
当地的
/MAMP
/htdocs
/sites
/site1
/system
/application
/public_html
index.php
/site2
/system
/application
/public_html
index.php
/site3
/system
/application
/public_html
index.php
居住
/root
/application
/dev
/site1
/application
/system
/public_html
index.php
.htaccess
/site2
/application
/system
/public_html
index.php
.htaccess
/sites
/site3
/application
/system
/public_html
index.php
.htaccess
/site4
/application
/system
/public_html
index.php
.htaccess
/public_html
/public_html
/assets
/css
/js
/images
index.php
.htaccess
/system