.htaccess
defbfa55
 <Files config.php >
   Order allow,deny
   Deny from all
 </Files>
 
2247ba05
 <Files config.sample.php >
   Order allow,deny
   Deny from all
 </Files>
 
6caad52a
 # See https://wicg.github.io/change-password-url/
 Redirect /.well-known/change-password /go/index/chpass
 
530fc9c3
 header always set X-Content-Type-Options nosniff
 
defbfa55
 RewriteEngine On
be9489d3
 RewriteBase /
defbfa55
 RewriteRule ^go/(.*)$  dispatch.php?go=$1&%{QUERY_STRING}
9fc43393
 RewriteRule ^init(.*)$  go/index/initialize_useraccount?token=$1&%{QUERY_STRING} [R]
a78170de
 RewriteRule ^verify(.*)$  go/contacts/verify?token=$1&%{QUERY_STRING} [R]