[eluser]Unknown[/eluser]
I have 5 difrents Apps with just one CI 2.1 installation, BUT... I want to use a unic CSS and JS folder for all the Apps.
My base_url is something like this:
"http://localhost/ci21test"
My Apps Structures: Each app with his own index.php, config.php, database.php
"http://localhost/ci21test/applications/app1"
"http://localhost/ci21test/applications/app2"
"http://localhost/ci21test/applications/app3"
"http://localhost/ci21test/applications/app4"
"http://localhost/ci21test/applications/app5"
My CSS folder:
"http://localhost/ci21test/css"
My JS folder:
"http://localhost/ci21test/js"
Question:
Why my links did not work?
<link type="text/css" href="http://localhost/css/jquery-ui-1.8.18.custom.css" rel="stylesheet" />
[removed][removed]
Thank“s