-
How to CHMOD a hidden file?
My server is unix and therefore hiddes files such as .htaccess, so how can I CHMOD it?
I use CuteFTP and tried a manual command:
SITE CHMOD .htaccess 777
but that didnt' work. I then wanted to try Telnet, but my server doesn't allow that.
-
You chmod all files the same way:
chmod 777 .htaccess
ck :: bringing chris to the masses.
-
I just switched the two words!
Thanks for the help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks