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 +-...
source share