Advertisement
iCreck

http

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