I'm using XAMPP on Linux, so I moved the folder CodeIgniter-3.0.1 inside htdocs.
Below is the directory.
/opt/lampp/htdocs/CodeIgniter-3.0.1
On the User Guide, they wrote...
After moving them, open your main index.php file and set the $system_path, $application_folder and $view_folder variables, preferably with a full path, e.g. ‘/www/MyUser/system’.
- What full path are they mentioning about?
- Why we do that step?
- ...and in my case, how will mine look like?