Guest User

Untitled

a guest
Feb 18th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <Directory "C:/xampp/htdocs">
  2. Options Indexes FollowSymLinks Includes ExecCGI
  3. AllowOverride All
  4. Order allow,deny
  5. Allow from all
  6. </Directory>
  7.  
  8. <Directory />
  9. Options FollowSymLinks Indexes
  10. AllowOverride None
  11. Order deny,allow
  12. Deny from all
  13. </Directory>
  14.  
  15. Options Indexes FollowSymLinks Includes ExecCGI
  16.  
  17. #Options Indexes FollowSymLinks Includes ExecCGI
  18. #Options - Indexes FollowSymLinks Includes ExecCGI
Add Comment
Please, Sign In to add comment