amitkhare / host-to-sub-directory
为 Apache 网络服务器重定向所有调用到子目录的基本项目。
1.0.0
2016-05-03 11:53 UTC
This package is not auto-updated.
Last update: 2024-09-14 18:58:42 UTC
README
为 Apache 网络服务器重定向所有调用到子目录的基本项目。
安装
从您想要安装新 Slim 3 框架(具有模块化 HMVC)的目录中运行此命令。
通过 Composer
php composer.phar create-project amitkhare/host-to-sub-directory [my-app-name]
通过 Git
git clone https://github.com/amitkhare/host-to-sub-directory.git [my-app-name]
composer update
将 [my-app-name]
替换为您新应用程序希望使用的目录名。您需要
- 将您的虚拟主机文档根指向新应用程序的根
/
目录。
这就完成了!