Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # vhost Apache configuration for Fmi project on portable XAMPP. URL: http://localhost:10118/
- Listen 10118
- <VirtualHost *:10118>
- DocumentRoot "/PortableApps/PortableGit/projects/deleteme/fmi/public"
- <Directory "/PortableApps/PortableGit/projects/deleteme/fmi/public">
- SetEnv ZF2_PATH /xampp/php/pear/ZF2
- SetEnv APPLICATION_ENV development
- Order allow,deny
- Allow from all
- AllowOverride all
- Require all granted
- </Directory>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement