Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <VirtualHost *:8001>
  2. ServerAdmin postmaster@localhost
  3. DocumentRoot "C:/xamppnew/htdocs/employee_management/backend/public"
  4. ServerName localhost:8001
  5. <Directory "C:/xamppnew/htdocs/employee_management/backend/public">
  6. Require all granted
  7. Options Indexes FollowSymLinks Includes ExecCGI
  8. AllowOverride All
  9. </Directory>
  10. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement