This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Array | |
( | |
[0] => Array | |
( | |
[hashtag] => a7e87329b5eab8578f4f1098a152d6f4 | |
[title] => Flower | |
[order] => 3 | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LoadModule auth_ntlm_module modules/mod_authn_ntlm.so | |
<Location /auth> | |
#AllowOverride None | |
AuthName "Private location" | |
AuthType SSPI | |
NTLMAuth On | |
NTLMAuthoritative On | |
<RequireAll> | |
<RequireAny> | |
Require valid-user |
NewerOlder