Advertisement
bambang31

Untitled

Aug 15th, 2017
1,713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <VirtualHost *:80>
  2. ServerAdmin admin@bambang.com
  3. DocumentRoot "C:\xampp\htdocs\bambang.com\public"
  4. ServerName bambang.com
  5. ServerAlias bambang.com
  6. ErrorLog logs/bambang.com.log
  7. CustomLog logs/bambang.com.log combined
  8. <Directory "C:\xampp\htdocs\bambang.com\public">
  9.     Options Indexes FollowSymLinks Includes ExecCGI
  10.     AllowOverride All
  11.     Order allow,deny
  12.     Allow from all
  13.     Require all granted
  14. </Directory>
  15. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement