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 |
How to check whether form posted or not in zend framework?
How to change layout for module level in zend framework 2?
How to get all get data in zend framework?
How we can do multiple column ordering in zend framework?
How can customize the appearance o f forms generated by zend_form?
How to add custom view helpers to zend framework 2
Which class extend the zend model? Zend_db_table_abstract
Tell me what is the function of model in mvc architecture?
What are the default methods provided by decorators?
How do I use viewscripts on zend_form file elements?
How we can check post method in zend framework?
How to get all get data?