Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerName tst.localhost
- DocumentRoot "C:\projects\fmi\public"
- SetEnv APPLICATION_ENV "development"
- <Directory "C:\projects\fmi\public">
- DirectoryIndex index.php
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement