Can we move the index.php file outside the public folder?
Answer Posted / Adarsh Kumar Singh
No, it's not recommended to move the index.php file out of the public directory in a Zend Framework project. The public directory is responsible for serving web requests and is accessible directly via the web server. Moving the index.php file would break this functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers