Closed gari-ma closed 1 year ago
I have a folder called public in my working directory. I want to make the static folder routes available to use. How can I do so?
If you’ve configured your webserver correctly, it will serve these files out of the box. See the demo .htaccess for example, which does this for Apache.
.htaccess
I have a folder called public in my working directory. I want to make the static folder routes available to use. How can I do so?