I'm just wondering if it is possible to use css/js files from outside the webroot on a Windows 7 machine. If I try to right now, Chrome console says not allowed to load local resource. Is there a way to go around this?
If I have the following file structure:
C:
xampp
htdocs (webroot)
myproject
index.php
otherFolder
css
style.css
js
main.js
Is there a way to get index.php to use style.css and main.js?