Welcome Guest, Not a member yet? Register   Sign In
CSS Folder in the Application Folder
#6

[eluser]Aken[/eluser]
You should restructure your applications so that you are not intermingling logic code with static assets.

Code:
ROOT
-- pso/
---- application/
---- assets/
---- index.php
-- another_app/
---- application/
---- assets/
---- index.php

That way, the default .htaccess provided with CI will not interfere with your application functioning properly. You can then add your own .htaccess files for removing index.php in the manner you'd prefer.


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



Theme © iAndrew 2016 - Forum software by © MyBB