Closed amirakbulut closed 8 months ago
When loading bootstrap files in my css or js files, I get the error page returned in my browser. I'm guessing this is because only my public folder is requestable, how do I solve this?
put everything in the /public folder :) ! /public/css is then what will be shown as www.yourdomain.com/css in the browser.
When loading bootstrap files in my css or js files, I get the error page returned in my browser. I'm guessing this is because only my public folder is requestable, how do I solve this?