This is my first time using codeigniter and so far i have created a few sites using xampp but after i extracted the codeigniter files in htdocs/ it doesn't show up here is what happens: https://i.stack.imgur.com/BMEhG.jpg
I am a native linux user so i tried using chmod command, specifically:
sudo chmod -rwx codeigniter/
sudo chmod -R 0777 codeigniter/
sudo chmod o-rwx codeigniter/
i also tried the method mentioned here: Xampp Access Forbidden php
it still doesn't work, what am i missing here? Let me know if you need more details also i am using archlinux as my os