Welcome Guest, Not a member yet? Register   Sign In
controller function dont load
#3

[eluser]mehdy[/eluser]
thank you . but still no change .
my previous configuration
config.php
$config['base_url'] = "http://localhost/codeigniter/";
$config['index_page'] = "";

routes.php
$route['default_controller'] = "test";

autoload.php
$autoload['libraries'] = array('database','session','email','validation');

$autoload['helper'] = array('url','form','text','date','security');

htaccess.txt

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

/codeigniter/system/application/controllers/
i have connect with db ,
do i need to change any configuration ?


Messages In This Thread
controller function dont load - by El Forum - 01-11-2010, 09:07 AM
controller function dont load - by El Forum - 01-11-2010, 09:27 AM
controller function dont load - by El Forum - 01-11-2010, 11:37 PM
controller function dont load - by El Forum - 01-11-2010, 11:57 PM
controller function dont load - by El Forum - 01-12-2010, 12:08 AM
controller function dont load - by El Forum - 01-12-2010, 01:00 AM
controller function dont load - by El Forum - 01-12-2010, 01:04 AM
controller function dont load - by El Forum - 01-12-2010, 03:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB