Advertisement
Guest User

httpd

a guest
Aug 20th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs"
  2. Alias /glassful /Users/Kathleen/Workspace/glassful
  3. <Directory "/Applications/XAMPP/xamppfiles/htdocs">
  4. #
  5. # Possible values for the Options directive are "None", "All",
  6. # or any combination of:
  7. # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
  8. #
  9. # Note that "MultiViews" must be named *explicitly* --- "Options All"
  10. # doesn't give it to you.
  11. #
  12. # The Options directive is both complicated and important. Please see
  13. # http://httpd.apache.org/docs/trunk/mod/core.html#options
  14. # for more information.
  15. #
  16. #Options Indexes FollowSymLinks
  17. # XAMPP
  18. Options Indexes FollowSymLinks ExecCGI Includes
  19.  
  20. #
  21. # AllowOverride controls what directives may be placed in .htaccess files.
  22. # It can be "All", "None", or any combination of the keywords:
  23. # Options FileInfo AuthConfig Limit
  24. #
  25. #AllowOverride None
  26. # since XAMPP 1.4:
  27. AllowOverride All
  28.  
  29. #
  30. # Controls who can get stuff from this server.
  31. #
  32. Require all granted
  33. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement