Advertisement
dmpriddy86

Untitled

Dec 3rd, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. VirtualHost *:8081>
  2.     ServerName comm-app.local
  3.     DocumentRoot "C:/xampp/htdocs/CommunicationApp/public"
  4.     SetEnv APPLICATION_ENV "development"
  5.     <Directory "C:/xampp/htdocs/CommunicationApp/public">
  6.         DirectoryIndex index.php
  7.         AllowOverride All
  8.         Order allow,deny
  9.         Allow from all
  10.     </Directory>
  11. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement