Begginer question - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Begginer question (/showthread.php?tid=87460) |
Begginer question - G4NKU5 - 04-21-2023 I finished setting up my wamp server and composer. Installed CI4. I was able to access my project through spark serve composer command via localhost8080. Now I would like to access it via wampserver. I don't know the proper uri though. I keep getting 404 Not Found. localhost/ciprojects/blog/home Folder structure: wamp64->www->ciprojects->blog I can access my ciprojects(folder) directory with localhost/ciprojects/ and from there I can see my blog ci project, and so I can access its' directory with localhost/ciprojects/blog. I can see the folders within my blog project except for the app folder. This is what I see, Index of /ciprojects/blog [ICO] Name Last modified Size Description [PARENTDIR] Parent Directory - [ ] LICENSE 2023-04-21 04:07 1.1K [ ] builds 2023-04-21 04:07 3.8K [ ] composer.json 2023-04-21 04:07 1.0K [ ] composer.lock 2023-04-21 04:07 78K [ ] phpunit.xml.dist 2023-04-21 04:07 2.4K [ ] preload.php 2023-04-21 04:07 3.1K [DIR] public/ 2023-04-21 04:07 - [ ] spark 2023-04-21 04:07 3.1K [DIR] tests/ 2023-04-21 04:07 - [DIR] vendor/ 2023-04-21 04:08 - Apache/2.4.54 (Win64) PHP/8.0.26 mod_fcgid/2.3.10-dev Server at localhost Port 80 |