Welcome Guest, Not a member yet? Register   Sign In
Problem with application after moving from local to hosting server
#1

[eluser]marcin_koss[/eluser]
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 this issues that I can't figure out.

I removed the index.php from URL by changing $config['index_page'] = "" in config.php file and added following lines to the htaccess:

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|img|includes|user_guide|robots\.txt)
RewriteRule ^(.*)$ /amtec_online2/index.php/$1 [L]

Everything worked fine on a local server. On hosting server the website wouldn't load at all until I reverted mentioned changes to defaults.

Another more interesting thing. All pages are loading correctly except of one of them. When I point to that page I get "Internet Explorer cannot display the webpage" or "The connection to the server was reset while the page was loading" in Firefox


Messages In This Thread
Problem with application after moving from local to hosting server - by El Forum - 05-21-2010, 09:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB