php - Remove public folder in zend framework 2 -


is there way change default folder structure of zend framework 2? specific need remove/rename public folder. also, remove public url also. tried many things using htaccess nothing works zend 2.

the default folder structure convention, there's nothing particular relies on it. however, sensible convention, , instead of trying change should try , fix real problem instead.

if public/ appearing in url, either virtualhost not setup correctly or you're using shared hosting , can't change virtualhost. installation instructions have example vhosts apache - key thing having document root pointing @ public folder, not application root.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -