I can not see the htaccess file on my server
I know it' there but I can not see it with my ftp client
This is a discussion on htaccess file view within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I can not see the htaccess file on my server I know it' there but I can not see it ...
I can not see the htaccess file on my server
I know it' there but I can not see it with my ftp client
this is normal. all "dot" prefixed file names are meant to be hidden.
If you want to display hidden files you can run this command, from command line FTP or SSH:
ls -a
I knew there was a way to get in there
Thanks