I have a copy of codeigniter running. And I am now also attempting to install a CRM sugrar crm to be exact in a sub directory. and none of the stylesheets, images, other are loading because CI is overridding the way sugarcrm wrote there system and how they included things like CSS and JavaScript into it.
My current htaccess rule looks like:
#remove index from url
RewriteCond $1 !^(index\.php|static|crm|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
which works generally if files are included something like ./file/path/ but in this case I am trying to ignore the crm directory as you can see. But it doesn’t seem to be recursive down the line.
sugarcrm includes there files like src="css/something" if they had did it src="/css/something" i dont think this would be a problem. But Im trying to sort this out and I dunno which direction to take this in, ideas?
this line are your exceptions
so if you want to add ‘css’ folder to exceptions
if that fails try searching other probable issues like this