amitkhare / host-to-sub-directory
Base project to redirect all calls to subdirectory for Apache web server.
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Language:ApacheConf
Type:project
This package is not auto-updated.
Last update: 2025-01-18 20:57:30 UTC
README
Base project to redirect all calls to sub-directory for Apache web server.
Install
Run this command from the directory in which you want to install your new Slim 3 Framework with modular HMVC.
Via Composer:
php composer.phar create-project amitkhare/host-to-sub-directory [my-app-name]
Via Git:
git clone https://github.com/amitkhare/host-to-sub-directory.git [my-app-name]
composer update
Replace [my-app-name]
with the desired directory name for your new application. You'll want to:
- Point your virtual host document root to your new application's root
/
directory.
That's it!