Advertisement
jamilchan

vhost xampp sample

May 3rd, 2022
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1.  
  2. # alrasyid-software - presensi app backend - local dev
  3. <VirtualHost *:80>
  4. ServerName dev.presensiappbackend.alrasyid-software.local
  5. ServerAlias dev.presensiappbackend.alrasyid-software.local
  6.  
  7. DocumentRoot "C:/xampp4/htdocs/alrasyid-software/presensiapp_backend/public/"
  8. <Directory "C:/xampp4/htdocs/alrasyid-software/presensiapp_backend/public">
  9. Options +Indexes +Includes +FollowSymLinks +MultiViews
  10. AllowOverride All
  11. Require all granted
  12. </Directory>
  13. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement