.htaccess
-
- New to forums
- Posts: 11
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sun Sep 11, 2011 5:41 am
.htaccess
I can not see the files .htaccess, what should I do, is some kind of permission?
Re: .htaccess
.htaccess files, and any other file with a dot in front, are hidden files. You will need to use an FTP client that can be set to show hidden files.
TimeX
Re: .htaccess
You have a few options on this. Usually the easiest is to set your FTP/SFTP client to show all files (including hidden ones that start with a ".") -- this should be an option in one of its configuration dialogs.
Re: .htaccess
I use the same client that the other two servers can not see them. Htaccess here in NFO's weird ... I can not ...
Re: .htaccess
If you don't see .htaccess even with the option to show all files enabled, you may not have one in place yet. The file will only exist if you create or upload it.
You can also see the .htaccess file through SSH (the command line). Using "ls -a" instead of "ls" will show it and other files starting with a period.
You can also see the .htaccess file through SSH (the command line). Using "ls -a" instead of "ls" will show it and other files starting with a period.