.htaccess not showing

vdvm

Verified User
Joined
Oct 5, 2005
Messages
39
Hi,

When i upload (ftp) a .htaccess it's not showing.

What should i change to do show .htaccess?
@ what location can i find the file to change?

Thank you!
 
. files are hidden! Configure your FTP client to show HIDDEN files. Most client allow you to configure the LIST command:

Standard: -l
With Hidden: -la
 
When i apply the filter it shows no files at all.

I only have this problem on my server. When i connect to another server my ftp program does show .files.

By the way: within putty .files don't show either.

Isn't there an other way?
A setting in apache conf file?
 
Within putty you will also need to issue the -la command:

ls -la in putty will show you the files.

Please reffer to your ftp clients documentation about hidden files.
 
Back
Top