CSS Folder in the Application Folder |
[eluser]sethkain[/eluser]
I knew there was going to be something I left out of my problem description. The application/pso folder contains all the files and folders that are normally in the application folder. This is so I can have multiple separate apps. In the application/pso/config/config.php base_url() is set as http://localhost/pso/. Which is correct because my test application works fine with it set that way. So it doesn't work to move the assets folder out on the same level as index.php (my index.php and .htaccess are actually in my www folder) because it is trying to look in the pso folder which is how my base_url() variable is set. This is what I get when I use base_url(): Code: <link rel="stylesheet" type="text/css" href="http://localhost/pso/assets/css/pso_stylesheet.css" /> Again that is how I want it to work, but just don't know how to get it to see the asset folder in application/pso. |
Messages In This Thread |
CSS Folder in the Application Folder - by El Forum - 07-06-2012, 09:08 AM
CSS Folder in the Application Folder - by El Forum - 07-06-2012, 10:06 AM
CSS Folder in the Application Folder - by El Forum - 07-06-2012, 10:36 AM
CSS Folder in the Application Folder - by El Forum - 07-06-2012, 11:40 AM
CSS Folder in the Application Folder - by El Forum - 07-06-2012, 01:31 PM
CSS Folder in the Application Folder - by El Forum - 07-06-2012, 03:43 PM
|