EllisLab text mark
Advanced Search
     
upload ci from local to webserver
Posted: 08 October 2012 05:40 AM   [ Ignore ]
Joined: 2012-10-07
4 posts

hi ,
i uploaded my ci folder from local to webserver , but when going to my address
error http500 ,i dont know what is this error . plz help me.?

 
Posted: 08 October 2012 07:20 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2006-03-25
1011 posts

Maybe you have to edit your htaccess file according to
the webservers settings.

 
Posted: 09 October 2012 02:08 AM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Joined: 2012-10-07
4 posts

hi dear friends,
this Meaning is i will edit .htaccess again and call to site supporter .

thanks for your answer

 
Posted: 09 October 2012 04:24 AM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Joined: 2012-10-09
10 posts
arta - 08 October 2012 05:40 AM

hi ,
i uploaded my ci folder from local to webserver , but when going to my address
error http500 ,i dont know what is this error . plz help me.?


Hello there,

It’s a server-side error, meaning the problem is not with your computer or Internet connection but instead is a problem with the web site’s server.

Load the page by pressing f5.Error is reporting a general error on the web site’s servers and not your computer, the server error may only be temporary.

 Signature 

smile

 
Posted: 09 October 2012 05:20 AM   [ Ignore ]   [ # 4 ]   [ Rating: 0 ]
Avatar
Joined: 2006-03-25
1011 posts

It’s a server-side error, meaning the problem is not with your computer or Internet connection but instead is a problem with the web site’s server.

It doesn’t have to be a server problem. If you set up your .htaccess the wrong
way or the $config[‘uri_protocol’] in config.php isn’t set the right way you can get a 500 error as well.