Help for Windows Client people
Shahid
Joined: 2003-01-10
Posts: 1 |
Posted: Fri, 2003-01-10 19:25 |
Greetings, First off, I'd like to say thanks for creating such a wonderful piece of software - after a few configuration bumps it's been wonderfully smooth sailing. I thought I'd add this one for anyone who's having the same troubles as I did: The README details how to set Gallery into config mode if you only have FTP access, as I did. However, if you look at the gallery directory on your web server using CuteFTP et al, you won't be able to see .htaccess to change permissions, so you can't complete that part. The way round this I found was that Windows (to my shock) has a built in ftp client: Start -> Run you can then use standard commands to move around, like this: type "cd gallery" If you try and use chmod at this point it won't work. The correct syntax for windows is: quote site chmod ### filename So the 3 commands would now need to be: quote site chmod 777 .htaccess Then, to log out: type "close" You can do the reverse commands to unset config mode. Hope that helps someone out there! |
|
Posts: 3474
Thanks Shahid!
FYI, Gaile (user "PixelPoet") has posted directions on how to see .htaccess and other "." dot files.
For CuteFTP, read her directions here:
http://gallery.sf.net/forums.php?topic=1902
For WS_FTP, read Gaile's stunning tutorial here:
http://www.eclecticpixels.com/tutorials/chmod/
-Beckett (
)
Posts: 236
Wow, these old articles are still valid even now.
Posts: 2
i still get "command not understood"