How do I set a .txt file as publicly accessible on CodeIgniter? – Apache
I have CodeIgniter running on an Apache server on AWS. For verification, I need to place a text file in my website's root directory. It should be: mywebsite.com/verification.txt I've tried adding a view and controller, but as everything expects PHP…