Uploading your Website
FTP (File Transfer Protocol)
FTP is the system for getting your website files off your computer to your web space. There are four setting that you will need to upload your website:
Server / host name: ftp.yourdomain.com
User Name: Supplied by Cyberware when service was set up
Password: Supplied by Cyberware when service was set up
Public web directory: /httpdocs and /httpsdocs for SSL content
Please note:
Where you see the text 'yourdomain.com' you should substitute this text with your own domain name.
What is .htaccess
htaccess is the default name of configuration files that contains "server directives" (commands known by the server) that tell the server how to behave. One common use for a .htaccess file is to restrict access (password protect directories or an entire site) on the Internet, or to specify a particular web page to be accessed when the file requested by the browser is not found (error 404).