ftp server connection timed out

0

I've forwarded a domain from the htaccess file some time ago. For example, I have www.mywebsite.com and I've forwarded it to www.facebook.com from the htaccess file. Now when I try to connect with FileZilla I receive:

Status: Connecting to 64.202.189.170:21... Error: Connection timed out Error: Could not connect to server

This issue has anything to do with the forwarding on the htaccess file ? Thanks!

Alecs

Posted 2012-05-03T17:49:25.200

Reputation: 101

Answers

1

htaccess is a per-directory configuration file that Apache reads, Apache is web-server software using the HTTP protocol. HTTP usually operates on port 80.

FileZilla is (primarily at least) a file-transfer client using the FTP protocol. FTP usually operates on port 21.

You may be confusing things (if not please explain further).

RedGrittyBrick

Posted 2012-05-03T17:49:25.200

Reputation: 70 632

Absolutely right. – Ignacio Soler Garcia – 2012-05-03T18:34:13.493

So if I understand correct the ftp has nothing to do with the htaccess? – Alecs – 2012-05-03T21:37:30.763

@Alecs: You understand correctly. – RedGrittyBrick – 2012-05-03T21:48:15.900