Forum Moderators: phranque
I am very new to using .htaccess files, but I am already understanding they are a very useful and powerful tool. I am currently using Dreamweaver MX to upload my files although I do have a FTP program called FTP Voyager.
In Dreamweaver MX, I can see the .htaccess on my local drive and I can see it when I upload it to the remote server. However if I refresh the view the file disappears! So how can I go about editing this file when I can not even see it?
I have looked at the options on both Dreamweaver and the other FTP program and I have unchecked any hide file options, and made sure windows explorer shows all files.
Does anyone have any ideas why I can't see these files?
Thanks!
[webmasterworld.com...]
Locate the <Global> </Global> tags
If they don not exist, insert them towards the end of the file.
then insert
LsDefaultOptions "-a"
between the <Global> </Global> tags
So if you don't have the global settings yet it would read:
<Global>
LsDefaultOptions "-a"
</Global>