Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # vhost for FMI project on ZendServer-CE-5.1.0_B104-5.3.5-Windows_x86. URL: http://localhost:10122/
- Listen 10122
- <VirtualHost *:10122>
- DocumentRoot "C:\Documents and Settings\user\fmi\public"
- <Directory "C:\Documents and Settings\user\fmi\public">
- # SetEnv ZF2_PATH "C:\Documents and Settings\user\fmi\vendor\zendframework\zendframework\library"
- SetEnv APPLICATION_ENV development
- Order allow,deny
- Allow from all
- AllowOverride all
- </Directory>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement