Welcome Guest, Not a member yet? Register   Sign In
Exact location of CI files
#9

(03-22-2017, 06:07 PM)cyclist Wrote: Hi John, yes, I would love to see a screenshot of the setup if it's not too much trouble!

I have three domains right now with three separate ci installs. I was wondering if I could somehow just install ci once, but ....aren't the autoload, route, config files all different?

Here's my setup:
PHP Code:
var/www/ci2/
    /
Codegniter-3.1.0/system/
    /
Codegniter-3.1.1/system/
    /
Codegniter-3.1.2/system/                
    /
Codegniter-3.1.3/system/
    /
Codegniter-3.1.4/system/

var/
www/
    
html/public_tml/
        
index.php        
    site
-001.com/public_html/
        
index.php
        application
-001/        
        
application-002/        
        
application-003/        
    
site-002.com/public_html/index.php        
    site
-003.com/public_html/index.php        
    site
-004.com/public_html/index.php        
    site
-005.com/public_html/index.php        
    john_betong
.tk/public_html/index.php        

    
// common index.php
        
index.php -> 
        
# $system_path = 'system';
    
     # $system_path = '../../ci2/CodeIgniter_2_1_2/system';
     
     # $system_path = '../../ci2/CodeIgniter_2_1_4/system';
     
     ...
     
     # $system_path = '../../ci2/CodeIgniter-3-1-3/system'; 
         
 $system_path '../../ci2/CodeIgniter-3-1-4/system'// 2017-03-20

         # $application_folder = 'application-001';
         # $application_folder = 'application-002';
           
$application_folder 'application-003'
Reply


Messages In This Thread
Exact location of CI files - by cyclist - 03-22-2017, 12:59 PM
RE: Exact location of CI files - by ciadmin - 03-22-2017, 01:17 PM
RE: Exact location of CI files - by cyclist - 03-22-2017, 01:45 PM
RE: Exact location of CI files - by ciadmin - 03-22-2017, 02:21 PM
RE: Exact location of CI files - by cyclist - 03-22-2017, 03:12 PM
RE: Exact location of CI files - by John_Betong - 03-22-2017, 05:32 PM
RE: Exact location of CI files - by cyclist - 03-22-2017, 06:07 PM
RE: Exact location of CI files - by John_Betong - 03-22-2017, 08:33 PM
RE: Exact location of CI files - by ciadmin - 03-22-2017, 07:07 PM
RE: Exact location of CI files - by John_Betong - 03-22-2017, 08:50 PM
RE: Exact location of CI files - by ciadmin - 03-22-2017, 09:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB