Welcome Guest, Not a member yet? Register   Sign In
Not able to access my assets folder
#3

[eluser]carlosgoce[/eluser]
Thank you for your help. It works... for the Javascript. But the CSS still not working. I can't wonder why.

I have my index like this:
Code:
<base href="<?=base_url()?>" target="_self">

So i only call it once.
This is working:
[removed][removed]
[removed][removed]

This is NOT working:
Code:
[removed][removed]
[removed][removed]

Javascript console returns:
Code:
GET http://localhost:8085/gestion/assets/css/bootstrap-min.css 404 (Not Found)
GET http://localhost:8085/gestion/assets/css/bootstrap-responsive.css 404 (Not Found)

Of course they exist in the designed folder.

Maybe it's something wrong with the htaccess file?
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|assets|assets/css|assets/js|assets/ficheros|assets/img|robots\.txt)
RewriteRule ^(.*)$ /gestion/index.php/$1 [L]


Messages In This Thread
Not able to access my assets folder - by El Forum - 05-07-2013, 03:49 AM
Not able to access my assets folder - by El Forum - 05-07-2013, 06:25 AM
Not able to access my assets folder - by El Forum - 05-07-2013, 07:42 AM
Not able to access my assets folder - by El Forum - 05-07-2013, 07:52 AM
Not able to access my assets folder - by El Forum - 05-08-2013, 02:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB