Welcome Guest, Not a member yet? Register   Sign In
need help with publishing...
#1

[eluser]jekjek[/eluser]
hi guys.. im developing a site with codeigniter... i have a smallbusiness webhosting account with yahoo.. my website works when i test it locally buy after uploading i keep on getting 404 error.. i also tried uploading it to 000webhost.com but im having same 404 error.. please help...


i already change the base_url in configuration.. and database configuration
#2

[eluser]pistolPete[/eluser]
What 404 error do you get? CodeIgniter style or webserver?
Enable Logs and post them here.
Do you use a .htaccess file?
Did you set correct file permissions?
#3

[eluser]jekjek[/eluser]
its the 404 codeigniter..... i didn't use .htaccess this is actually my first application to upload in yahoo. i have read an article:

http://www.vujudesign.com/blog/codeignit...y-hosting/

could it be related to this? but i tried it and yahoo doesn't allow upload of .htaccess. is there any other workaround with this problem?
#4

[eluser]pistolPete[/eluser]
Can you reach the default_controller using http://your_domain.com/ ?

Did you add a trailing slash to
Code:
$config['base_url']

Try the different settings of
Code:
$config['uri_protocol']
#5

[eluser]jekjek[/eluser]
yes i already did...
i'll try this setting first....
Code:
$config['enable_query_strings'] = TRUE;
#6

[eluser]jekjek[/eluser]
hmmmm still no go.....
#7

[eluser]jekjek[/eluser]
about the default controller... i cant even reach it..




Theme © iAndrew 2016 - Forum software by © MyBB