Welcome Guest, Not a member yet? Register   Sign In
problem after upload
#1

[eluser]mysterious[/eluser]
Hello,

I have uploaded codeigniter site here.

edited

It runs fine at local server but after uploading i get this error.

"404 Page Not Found

The page you requested was not found."

Also,

http://www.fitlifeacademy.com/gpahesapla...calculator
Also "No input file specified. "
#2

[eluser]RedIgniter[/eluser]
Did you change your base url and configured everything correct? Maybe the .htaccess file is restricting access for /gpahesapla or maybe when you visit gpahesapla it things that its a controller. If it is uploaded gpahesapla folder then the base url must be the url you posted above.
#3

[eluser]mysterious[/eluser]
This is the base url.

$config['base_url'] = "http://www.fitlifeacademy.com/gpahesapla";

I have uploaded all files in gpahesapla foler. database settings are also fine.

Yes, there is an htaccess file in root folder. I am not familiar with htaccess. do i have to configure htaccess file in order to get this project work?

Moreover i have uploaded my files on a free server. they work fine on free server.
#4

[eluser]RedIgniter[/eluser]
I am not too advanced in PHP but check if .htaccess is not blocking access to the directory, did you edit anything in routes folder, did you change your config file so that you don't have to type in index.php, I mean more experienced users can tell you more, but trying to do everything to help.

Why not just upload straight to www?
#5

[eluser]mysterious[/eluser]
@redigniter I didn't chang this line $config['index_page'] = "index.php";

in routes.php i just changed default function name.

on free server site is running as it should be. www.ogc.isgreat.com
but on actual server it has some problem. http://www.fitlifeacademy.com/gpahesapla , http://www.fitlifeacademy.com/gpahesapla...calculator

I am not allowd upload to www directory.
#6

[eluser]RedIgniter[/eluser]
If you changed the name in routes, you also got to change the controller name, the class name in the controller and if you changed the view file name, change $this->load->view('welcome_message'); ( don't remember too well the default name ) in your controller and change the file name in your views folder.




Theme © iAndrew 2016 - Forum software by © MyBB