After installing CodeIgniter, which directory should be set as the web server's document root?
- application
- public
- system
- vendor
The public directory should be set as the web server's document root after installing CodeIgniter. This ensures that only the necessary files are accessible from the web, enhancing the security of your application.
Loading...
Related Quiz
- Integrating third-party libraries often requires updating the __________ file to include necessary dependencies.
- What is the significance of using mock objects in CodeIgniter unit testing?
- In CodeIgniter, which function is commonly used to send JSON responses to client-side requests?
- How does CodeIgniter's session management differ when using database versus file-based storage?
- What advanced technique does CodeIgniter provide for managing complex database schemas?