Zend App on a host without mod_rewrite and without virtual hosts

I am trying to export my local application to a shared host environment. Having done this, I realized that I can either use mod_rewrite or virutal hosts. Now my question is: a) how can I change my application to deploy it, and b) how can I do this in a safe way, c) letting the URL look as beautiful as possible.

Please provide more details here or provide an example here .

Thanks!

Local configuration (with mod_rewrite and virtual host):

root +-application +-configs +-controllers +-forms +-layouts +-models +-views +-Bootstrap.php +-public +-css +-dl +-js +-img +-index.php +-.htaccess +-library +-... 
+1
source share
1 answer

Rob Allen has an article on setting up ZF without mod_rewrite

http://akrabat.com/zend-framework/zend-framework-urls-without-mod_rewrite/

+3
source

Source: https://habr.com/ru/post/1339644/


All Articles