rkg0612

XAMPP vhost

Jul 10th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1.  
  2. <VirtualHost *:80>
  3. DocumentRoot "C:/xampp/htdocs/emarneek/public"
  4. DirectoryIndex index.php
  5. ServerName emarneek.me
  6. <Directory "C:/xampp/htdocs/emarneek/public">
  7. Require all granted
  8. </Directory>
  9. </VirtualHost>
Add Comment
Please, Sign In to add comment