# +ASKAPACHE PASSPRO 4.7
#######################################################
# __ __
# ____ ______/ /______ _____ ____ ______/ /_ ___
# / __ `/ ___/ //_/ __ `/ __ \/ __ `/ ___/ __ \/ _ \
# / /_/ (__ ) ,< / /_/ / /_/ / /_/ / /__/ / / / __/
# \__,_/____/_/|_|\__,_/ .___/\__,_/\___/_/ /_/\___/
# /_/
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# +APRO SIDS
# +SID Test
DirectoryIndex test.gif /wp-content/plugins/askapache-password-protect/tests/test.gif
Options +FollowSymLinks
ServerSignature On
ErrorDocument 401 /wp-content/plugins/askapache-password-protect/tests/err.php
ErrorDocument 403 /wp-content/plugins/askapache-password-protect/tests/err.php
ErrorDocument 404 /wp-content/plugins/askapache-password-protect/tests/err.php
ErrorDocument 500 /wp-content/plugins/askapache-password-protect/tests/err.php
RedirectMatch 305 ^.*modaliastest$ https://www.askapache.com
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} modrewritetest [NC]
RewriteRule .* https://www.askapache.com [R=307,L]
SetEnv MODSEC_ENABLE On
SecFilterEngine On
SecFilterDefaultAction "nolog,noauditlog,pass"
SecAuditEngine Off
SecFilterInheritance Off
SecFilter modsecuritytest "deny,nolog,noauditlog,status:503"
Deny from All
AuthType Basic
AuthName "askapache test"
AuthUserFile /web/askapach/sites/askapache.com/htdocs/wp-content/plugins/askapache-password-protect/tests/.htpasswd-basic
Require valid-user
AuthType Digest
AuthName "askapache test"
AuthDigestDomain /wp-content/plugins/askapache-password-protect/tests/ https://www.askapache.com/wp-content/plugins/askapache-password-protect/tests/
AuthUserFile /web/askapach/sites/askapache.com/htdocs/wp-content/plugins/askapache-password-protect/tests/.htpasswd-digest
AuthDigestProvider file
Require valid-user
AuthType Digest
AuthName "askapache test"
AuthDigestDomain /wp-content/plugins/askapache-password-protect/tests/ https://www.askapache.com/wp-content/plugins/askapache-password-protect/tests/
AuthUserFile /web/askapach/sites/askapache.com/htdocs/wp-content/plugins/askapache-password-protect/tests/.htpasswd-digest
Require valid-user
AuthType Digest
AuthName "askapache test"
AuthDigestDomain /wp-content/plugins/askapache-password-protect/tests/ https://www.askapache.com/wp-content/plugins/askapache-password-protect/tests/
AuthUserFile /web/askapach/sites/askapache.com/htdocs/wp-content/plugins/askapache-password-protect/tests/.htpasswd-digest
Require valid-user
# -SID Test
# -APRO SIDS
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# __ __
# ____ ______/ /______ _____ ____ ______/ /_ ___
# / __ `/ ___/ //_/ __ `/ __ \/ __ `/ ___/ __ \/ _ \
# / /_/ (__ ) ,< / /_/ / /_/ / /_/ / /__/ / / / __/
# \__,_/____/_/|_|\__,_/ .___/\__,_/\___/_/ /_/\___/
# /_/
#######################################################
# -ASKAPACHE PASSPRO 4.7