How to include a humans.txt file in my Symfony app?
I made a humans.txt file and put it in my /web directory, but I'm still getting a 404. How do I get it开发者_开发百科 to show up?
If /web is your webroot, and you're visiting yourdomain/humans.txt
it should show up without anything special to do. Make sure the filename is correct, and the webserver has read access to the file.
精彩评论