I have a project and it's all in English on the main page being "home.php", I can usually access it in local using "localhost / CoLWithGit", however, I need to do a Portuguese version of this page as well I made a copy of home.php and renamed it to home_br.php, however, by accessing this file with "localhost / CoLWithGit / application / views / home_br.php" it gives the following error:
I searched a lot on the internet but could not find a solution. I use Windows 10 and am using xampp with CodeIgniter. I tried changing httpd-xampp.conf but this file goes to line 109 and in the tutorials I saw, had to tinker on line 122 and it does not have the place where you add the instruction. What can I do to access this file?