Can we move the index.php file outside the public folder?
Answer / 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 |
Explain how routing works?
Do you know what is zend engine?
How to get client's timezone?
What is the difference between zend framework and laravel?
What is zend framework?
How to get all get data?
What is the difference between zend_auth and zend_acl?
Explain the use of bootstrap used in zend framework?
I want to use a sql function or perform calculations in a statement I'm generating with zend_db_select. How can I do this?
Why do we need disable layout & how we can do it?
How to add custom view helpers to zend framework 2
How to access route, post, get etc. Parameters in zend framework 2?