Determining the root path
I am looking for a way to define a config variable as the root path of my website. What's the best way to define it. I am using Codeigniter.
$config['root_path'] = ?
This is for my site_config file in my config folder.
/
/dev
/dev/application
/dev/application
/dev/application/config
/dev/application/config/site_config.php
/dev/system/
/dev/assets/
/public_html
+2
source to share
2 answers