Hi,
I recently discovered .htaccess, and it works great for me :) Only problem I came across was utf-8 support.
I'm using .ht for password protection. And my pages is using utf-8 (I'm using letters like: ā, č, ē , etc). In "AuthName" I wrote a sentence in which uses letters like ā ū. When .ht window pops up that sentence is displayed wrong, it's readable, but not correct. So I wanted to ask is it possible to display those characters correct ? I'm having no problems with sites utf-8, but it's probably not connected.
And one more thing - is it possible to change default message of .htaccess (A username and password are being requested by blah blah . The site says: "blah blah") to something else ?
Thank you!