10 lines
222 B
ApacheConf
Executable File
10 lines
222 B
ApacheConf
Executable File
DirectoryIndex index.php index.html
|
|
|
|
RedirectMatch 403 \.config$
|
|
|
|
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteRule .* - [E=HTTP_ESPO_CGI_AUTH:%{HTTP:Authorization}]
|
|
|
|
RewriteRule reset/?$ reset.html [QSA,L]
|
|
</IfModule> |