Welcome Guest, Not a member yet? Register   Sign In
404 Page Not Found on my live server
#1

I have the following config.php:

PHP Code:
$config['base_url'] = 'http://'.$_SERVER['HTTP_HOST'].'/myfolder'  
$config
['index_page'] = 'index.php';
$config['uri_protocol'] = 'AUTO'

This works fine locally , but when I upload the project to the server ,
when I call the following URL :

http://example.com/myfolder/  

or

http://example.com/myfolder/index.php

It comes an error message: "404 Page Not Found"

Why?
Reply
#2

You can try to change the file name of controller to ucfirst
Reply
#3

(04-11-2015, 12:22 PM)nfaiz Wrote: You can try to change the file name of controller to ucfirst

Thanks a lot! That works!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB