Welcome Guest, Not a member yet? Register   Sign In
problem with css/images
#1

[eluser]PauloBr[/eluser]
In my config file:
Code:
$config['base_url'] = "http://localhost/ci_system";
$config['index_page'] = "";

In my .htaccess:
Code:
RewriteEngine On
RewriteRule ^$ index.php [L]
RewriteCond $1 !^(js|css|index\.php|images|robots\.txt|favicon\.gif)
RewriteRule ^(.*)$ /ci_system/index.php/$1 [L]

If i access http://localhost/ci_system/ work style and images very well, but, when i access http://localhost/ci_system/languages/ dont work any style and images.. just text... =[

languages is a controller class, im not use "re-route"

When i use complete path, like http://localhost/ci_system/css/style.css, dont work too..

Somebody help me...

thks...
#2

[eluser]sergitin[/eluser]
hi
take a look at this
http://ellislab.com/forums/viewthread/62270/




Theme © iAndrew 2016 - Forum software by © MyBB