Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. /Applications/XAMPP/xamppfiles/apache2/conf/
  2. /Applications/XAMPP/xamppfiles/etc/original/
  3. /Applications/XAMPP/xamppfiles/etc/
  4.  
  5. Alias /bitnami/ "/Applications/XAMPP/xamppfiles/apache2/htdocs/"
  6. Alias /bitnami "/Applications/XAMPP/xamppfiles/apache2/htdocs"
  7.  
  8. <Directory "/Applications/XAMPP/xamppfiles/apache2/htdocs">
  9. Options Indexes FollowSymLinks
  10. AllowOverride All
  11. Order allow,deny
  12. Allow from all
  13. </Directory>
  14.  
  15. DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs"
  16. <Directory "/Applications/XAMPP/xamppfiles/htdocs">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement