Welcome Guest, Not a member yet? Register   Sign In
Live version of the website is not loading other controllers - keeps showing the default page
#1

[eluser]davetao[/eluser]
Hi Folks,

Having some very strange issues and was wondering if anyone has come across it.

I have a code igniter website that is working fine on my localhost, I can access a controller called feed on my website and it shows a blank page as it should.

I then upload it through FTP to a live linux server and when i go to the feed controller, it shows me the content from the welcome controller.

Any ideas as to why?

I have a feeling that it might have something to do with either my filenames or htaccess.

the htacess file is as follows..

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|js|css|images|robots\.txt|license\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

Much appreciated for any help provided


Messages In This Thread
Live version of the website is not loading other controllers - keeps showing the default page - by El Forum - 10-22-2008, 06:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB