Hi, Im having problems with some of my script files. I have always created my .js files within a template group directly in EE, titled js.
I have also recently discovered that I wasnt using the EE supported .htaccess version for removing the index.php from the URLs, which I recently switched to.
Since then, my modernizr isnt being called in at all…just blank.
I used to use this method (removed s from script callup):-
<cript src="{site_url}index.php/js/modernizr-1.7.min"></cript>
Im assuming the .htaccess is the problem as worked fine before?
If someone could help, that’d be great - Im guessing is because my js files are within a template group, which is a personal preference and the removal of the index.php is the root of the problem.
Tried many alternatives but to no avail ;(