Search code examples
phpcodeigniterserverconfigbase-url

How configure base_url in codeigniter in server


I am using ipage hosting with multiple domain names which are indexing directories in the root directory. I have uploaded my codeigniter project to one of directories. I have changed the base_url configuration as follows.

changed from localhost/mertics/ to http://mertics.com/

and tried with http://mertics.com/Mertics (Mertics is the directory which mertics.com indexes)

But, it gives an error : '404 Page Not Found'


Solution

    1. Make it sure that your file name under controllers are started with capital letter

    2. Make it sure that your routes are correct.

    3. make it sure that your .htaccess is correct

    can you make more details about your problem? '404 Page Not Found'means that your file name under controller does not exist