Advertisement
zhanang19

Untitled

Jun 27th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1.  
  2. <VirtualHost arjuna-dev.ristekdikti.go.id:80>
  3. DocumentRoot "C:\xampp\htdocs\arjuna\public"
  4. ServerName arjuna-dev.ristekdikti.go.id
  5.  
  6. <Directory "C:\xampp\htdocs\arjuna\public">
  7. Options Indexes FollowSymLinks Includes ExecCGI
  8. AllowOverride All
  9. Require all granted
  10. </Directory>
  11.  
  12. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement