logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Mod_FTP doesn't accept files with turkish names...
Author
Apache3D



Joined: 01 Nov 2014
Posts: 1
Location: Turkey

PostPosted: Sat 01 Nov '14 14:37    Post subject: Mod_FTP doesn't accept files with turkish names... Reply with quote

Hi, ladies and gents

I have an Apache Web Server on Windows XP Pro SP3 and i have a mod_ftp host; but my mod_ftp host doesn't accept files with turkish names. I can't upload these files to server. There is a turkish characters problem. With english characters no problem!

Has anyone an idea?

Thank you for your help!

Apache3D
Back to top
jimski



Joined: 18 Jan 2014
Posts: 196
Location: USSA

PostPosted: Sun 09 Nov '14 20:57    Post subject: Re: Mod_FTP doesn't accept files with turkish names... Reply with quote

Apache3D wrote:
...There is a turkish characters problem. With english characters no problem!

Has anyone an idea?

Ah yes. The problem is that you need to convert to Christianity and then all the characters will display beautifully.

However if the above solution is not acceptable then you may want to check your conf file for character set:

AddDefaultCharset UTF-8
#AddDefaultCharset ISO-8859-1

Then reload Apache and check your headers.

You may also want to try to disable this directive altogether which if I remember well should then tell the Apache to take the character set from the media type charset parameter.

You may also check directives:
DefaultLanguage
and
LanguagePriority

Here is the list of all character sets http://www.iana.org/assignments/character-sets/character-sets.xhtml
Back to top
jimski



Joined: 18 Jan 2014
Posts: 196
Location: USSA

PostPosted: Mon 10 Nov '14 0:42    Post subject: Re: Mod_FTP doesn't accept files with turkish names... Reply with quote

Here is another suggestion.

Check you settings in php.ini

Make sure that the mimetype and charset directives are set correctly in php.ini
Back to top


Reply to topic   Topic: Mod_FTP doesn't accept files with turkish names... View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules