How to access different applications when running multiple applications under CodeIgniter?
某草草
某草草 2017-05-16 16:43:39
0
3
492

How to access different applications when running multiple applications under CodeIgniter?

某草草
某草草

reply all(3)
小葫芦

Add rewrite url rules to your server configuration script

Ty80

Aren’t multiple applications multiple index.php? They just have different directories

滿天的星座
  1. in index.php

$routing['directory'] = ENVIRONMENT;
  1. Add variables in apache CI_ENV

# vhost/admin.conf
CI_ENV admin
# vhost/mobile.conf
CI_ENV mobile

For details, please refer to
http://www.kancloud.cn/yozman/ci-fly

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!