If I upload a .htaccess file via FTP, it becomes invisible as soon as I refresh.
(This is a newly created, empty site and new ftp user to avoid any problems.)
I can see the file from the shell fine:
Code:
root@ispconfig:/var/clients/client4/web40/web# ls -la
total 36
drwxr-xr-x 4 web40 client4 4096 Apr 28 16:44 .
drwxr-xr-x 6 root root 4096 Apr 28 16:18 ..
-rw-r--r-- 1 web40 client4 9 Apr 28 16:35 .htaccess
-rw-r--r-- 1 web40 client4 9 Apr 28 16:44 a.htaccess
drwxr-xr-x 2 web40 client4 4096 Apr 28 16:18 error
-rwxr-xr-- 1 web40 client4 1406 Apr 28 16:18 favicon.ico
-rwxr-xr-- 1 web40 client4 1861 Apr 28 16:18 index.html
-rwxr-xr-- 1 web40 client4 34 Apr 28 16:18 robots.txt
drwxr-xr-x 2 root root 4096 Apr 28 16:18 stats
From this list, a.htaccess is visible from FTP, while .htaccess is not:
What gives?