Run webpage on localhost
问题 I am working on a project with MVC architecture and using the codeigniter framework. I keep on getting an error when i try running the file in the following way. http://localhost:9080/internship-management/sourcecode/codeigniter/index.php/vacancyManagement I've set the base_url in the config.php file in the config directory as follows */ $config['base_url'] = 'http://localhost:9080/internship-management/sourcecode/codeigniter/'; /* I have my project Internship-Management inside the C drive