Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Directory "d:/myproject/apache/users">
- AllowOverride FileInfo AuthConfig Limit
- Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
- <Limit GET POST OPTIONS PROPFIND>
- # Default access is deny
- Order allow,deny
- # But allow access from all
- Allow from all
- </Limit>
- <LimitExcept GET POST OPTIONS PROPFIND>
- # Default access is allow
- Order deny,allow
- # But deny access from all
- Deny from all
- </LimitExcept>
- </Directory>
Advertisement
Add Comment
Please, Sign In to add comment