Welcome Guest, Not a member yet? Register   Sign In
Cannot Load Controller
#1

[eluser]frozenmaiden[/eluser]
Hi all..

I developed site with codeigniter framework, but i face a strange problem

When i upload my site into hosting,it just produce a blank screen,please help me because

the deadline is one weeks again.

the website url is http://worldwaterball.com/test/

my .htaccess

Code:
RewriteEngine On
RewriteBase /test/
RewriteCond $1 !^(index\.php|images|robots\.txt|css|js|style.css|rabbit-assets|files|modules|assets|managedb)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /test/index.php/$1 [L]

My uri_protocol

Code:
$config['uri_protocol']    = "AUTO";

I didn't understand why it can be happen,because it work when i host it on different server.. :down:

I'm from indonesia,Sorry for my bad english..


Messages In This Thread
Cannot Load Controller - by El Forum - 10-19-2009, 08:36 PM
Cannot Load Controller - by El Forum - 10-19-2009, 09:59 PM
Cannot Load Controller - by El Forum - 10-19-2009, 11:29 PM
Cannot Load Controller - by El Forum - 11-02-2009, 12:01 PM
Cannot Load Controller - by El Forum - 11-02-2009, 12:32 PM
Cannot Load Controller - by El Forum - 11-02-2009, 12:35 PM
Cannot Load Controller - by El Forum - 11-02-2009, 12:39 PM
Cannot Load Controller - by El Forum - 11-02-2009, 12:42 PM
Cannot Load Controller - by El Forum - 11-02-2009, 01:06 PM
Cannot Load Controller - by El Forum - 11-02-2009, 03:27 PM
Cannot Load Controller - by El Forum - 11-02-2009, 08:52 PM
Cannot Load Controller - by El Forum - 11-05-2009, 09:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB