I have my config.php
$config['base_url'] = 'http://127.0.0.1/myblog/'; other as default.
I have two controllers Main.php and Owner_admin_nepal.php
Other thing as default.
But every time i upload the files to server, it always shows 404 not found.
I have my config.php
$config['base_url'] = 'http://127.0.0.1/myblog/'; other as default.
I have two controllers Main.php and Owner_admin_nepal.php
Other thing as default.
But every time i upload the files to server, it always shows 404 not found.
the question is not clear enough to see the problem. But my gues would be mod_rewrite. Turn on if on the server and do not forget to edit your .htaccess - Removing index.php in CodeIgniter using .htaccess file