I'm on a shared hosting which runs Apache on a Windows server. I am running Linux and I have uploaded some files that should be accessible directly via a public URL (that is known only by a few people). Now, some of these files contains accented characters (ex: "encyclopédie.pdf") but the file index show the files with replacement symbols (ex: "encyclopédie.pdf"). Can I correct this via .htaccess specifying the charset of the index? Or do I have to rename the files without accents?
Asked
Active
Viewed 2,920 times
4
Su'
- 19,342
- 3
- 43
- 65
Yanick Rochon
- 201
- 2
- 8
1 Answers
6
Alright, after some digging, here is what I have found (and it works).
IndexOptions Charset=UTF-8
Cheers!
Yanick Rochon
- 201
- 2
- 8