Hey,
I ran into a problem when trying to setup my stylesheets and javascripts through absolute paths. I can’t access them and I keep getting 404 errors, I’ve reviewed the paths many times for errors and can’t seem to find any. I’ve also tried linking them with the site url variable with no luck.
After a search online I found a few posts that seemed to be discussing the same problem but with no actual answer. From my understanding I don’t need to do anything special with the files, such as putting them in the database or anything like it, so I can’t understand what’s going on.
I’m running my dev server locally through MAMP Pro.
My current folder structure is:
- sandbox.dev/assets/css
- sandbox.dev/assets/js
- sandbox.dev/assets/images
Has anyone experienced this before?