<VirtualHost *:10088> DocumentRoot "/my/path/to/server" ServerName mypage.com # This should be omitted in the production environment SetEnv APPLICATION_ENV development <Directory "/my/path/to/server"> Options Indexes MultiViews FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>
Compartir: