I have a codeigniter app that doesn’t seem to ‘see’ the config file within my ‘application’ folder and whenever I attempt to load the site locally I get the following error:
The configuration file sites/mydomain.com.php does not exist.
NB – mydomain.com obviously has been substituted for obvious reasons above 🙂
Any ideas?
thanks for all the ideas 🙂
I worked it out the previous developer had created an extra directory called ‘sites’ where there was extra config files that are loaded.
Thanks!