apache url / filename with special characters
        Posted  
        
            by 
                Mario Delgado
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Mario Delgado
        
        
        
        Published on 2012-11-15T18:10:19Z
        Indexed on 
            2012/11/15
            23:05 UTC
        
        
        Read the original article
        Hit count: 306
        
I have this url:
http://domain.com/wp-content/uploads/2012/10/Hvilke-vilkår-følger-med-når-du-bestiller-nyt-bredbånd.png
If I ftp/ssh or just browse to that folder (apache index feature), I see the file
Hvilke-vilkår-følger-med-når-du-bestiller-nyt-bredbånd.png
If I click on the link from the apache index, I can see the file, however, if I copy the URL and try to browse to it directly, I get the error:
The requested URL /wp-content/uploads/2012/10/Hvilke-vilkår-følger-med-når-du-bestiller-nyt-bredbånd.png was not found on this server.
Also my error log says:
File does not exist: /wp-content/uploads/2012/10/Hvilke-vilk\xc3\xa5r-f\xc3\xb8lger-med-n\xc3\xa5r-du-bestiller-nyt-bredb\xc3\xa5nd.png
© Server Fault or respective owner