problem with application after moving from local to hosting server
Posted
by marcin_koss
on Stack Overflow
See other posts from Stack Overflow
or by marcin_koss
Published on 2010-05-22T02:08:39Z
Indexed on
2010/05/22
2:10 UTC
Read the original article
Hit count: 188
codeigniter
I have an application developed with CodeIgniter that works perfectly on my local server. After uploading it to the hosting server I've run into few issues that I can't figure out.
I removed the index.php from URL by changing $config['index_page'] = "" in config.php file and adding rewriterule in .htaccess file. Everything worked fine on a local server. On hosting server the webstie wouldn't load until I reverted those changes to defaults.
Now the strangest thing. I test the website and all pages load fine except of one. When I point to that page the browser responds with "Connection closed by remote server" (That's from Opera, other browser gave similar response). After closing the browser when I try to load the website again, now it won't even load any page showing me CodeIgniter's styled error "404 Page Not Found"
What he heck?
© Stack Overflow or respective owner