I have to chmod my pages on my local disk. Normally I
do this with WS_FTP Pro and then I go to
ftp.server.com. I go to http://localhost to visit my
webpage offline with all the php. How can I FTP to
http://localhost??? And which username and password I
have to use???
Logged In: YES
user_id=364525
Well typically you do not FTP into a localhost. Localhost
means you are serving up from the apache subdirectories on
your own machine's C drive. If you want to place a file
into localhost for serving up then you can drag and drop or
copy and paste the file into the www directory under the
apache directory where you installed it.
c:/apache/www/yourfile gets dropped here
CRB