We have an ExpressionEngine installation. The CSS templates are stored in a directory called /na_cms/expressionengine/templates/default_site/c.group
When EE parses these out, the path becomes /css/c
EE does not change the path, I'm reckoning it is a symbolic link. How can I find where that is setup?
Also, Javascript files are in the j.group directory but the links parse out to /j
It is not being done in .htaccess.