PDA

View Full Version : html changes into htm after uploading them


Hans
11th April 2008, 13:54
When files are uploaded via FTP .html files change into .htm files when they are uploaded to the server.

Within /etc/apache2/mods-available/dir.conf i have:

DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3 index.pl index.xhtml

What could be the reason for this behaviour?

topdog
11th April 2008, 16:11
I am guessing it is your ftp client that is renaming the files

Hans
11th April 2008, 18:09
Well, i thought also in that direction. I don't have that problem myself but one of my clients does. I will ask which FTP-client he is using.
Thanks for your reply!