2

I use .htaccess, basic authentication and a corresponding password file to secure my web-space. The hosting is Linux / Apache.

I want to support a user name with French accents (ie. not ASCII).

  • Are non-ASCII user names supported?
  • What encoding should the password file be in (UTF8, Latin-1, ...)?
Philipp
  • 505

1 Answers1

1

It seems basic authentication does not support any non-ASCII characters as detailed in this SO question

Philipp
  • 505