In Feburary 2016 21,
Open your FTP client and type in your GoDaddy hosting account username and password. If you want to avoid using a third-party FTP client, you can use the built-in GoDaddy FTP client; however, this is not recommended for large files. To access the GoDaddy FTP client, go to 'Hosting' under 'My Products.' Click 'Manage Account' by your hosting account. Under 'Content', click 'FTP Client.'
Navigate to the folder on your server where your new website files will be stored. In most circumstances, use the initial directory.
Go to the folder on your hard drive that contains your website’s HTML files.
Once you have successfully logged in to your server through the FTP client, drag and drop the files from your hard drive to the server. Make sure you have an index.html file; this is the initial page of your website that will be seen when someone types in your domain name. For example, www.yoursite.com/index.html is equivalent to www.yoursite.com.
Visit your domain name to see if the files uploaded correctly. Under most circumstances, your site should be live instantaneously. Refresh your browser if you do not see any changes.
Troubleshoot any problems that arise. Click on every link, particularly internal links, to see if they are working properly. If they are not working, go back to the raw HTML file and correct them as needed. All link and image paths should be relative to the domain and not paths on your computer. For instance, a header image might read file:///C|/my documents/photos/header1.jpg in the source code when it should read /images/header1.jpg or http://www.yoursite.com/images/header1.jpg.
Promote your new website!
In Feburary 2016 21,
Posts mit dem Label Navigate werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Navigate werden angezeigt. Alle Posts anzeigen
Sonntag, 21. Februar 2016
Montag, 15. Februar 2016
How to Set Up a VPS HostIn Feburary 2016 15,
In Feburary 2016 15,
Select your VPS service. Follow the link in Resources below to browse hosting packages and prices. Select a service with a plan that suits your individual needs.
Click on the 'Sign Up' link on your chosen service's website. Fill out the forms and payment options as prompted. When you are done, wait for the service to process your application. When the service has created your account and virtual private server, it will send you an email with your login credentials.
Navigate to your chosen service's website, click 'My Account' and log in to your account with your user name and password. The first time you log in, the service will ask you to make some choices to configure your server. You will be prompted to make these selections after you log in.
Select your kernel. Most VPS services will offer a variety of Linux kernels to install on your server. If you know which kernel you want to run, select it. If you are unsure, choosing the Ubuntu kernel is a safe choice.
Select the size of your first partition. When you signed up for the VPS service, you chose a plan with a certain amount of disk space. You can choose to dedicate all of this space to a single partition. If you want to host multiple websites from your VPS, you can also choose to make a smaller first partition and then create more partitions from the remaining space.
Write down the IP address of each of your VPS partitions. These will be displayed on your account page. If you created only one partition, then you will have only one IP address.
Open a program on your computer capable of running the Secure Shell (SSH). If you are on Linux or Mac OS X, then this will be your Terminal application. If you are on Windows, download PuTTY (see Resources).
Type 'ssh root@your-partition's-ip-address' into your SSH-capable application, and press 'Enter' to access your VPS. Type in your account's password when prompted. After this, you will be logged in to your VPS, ready to install your server software and configure it to your needs.
In Feburary 2016 15,
Select your VPS service. Follow the link in Resources below to browse hosting packages and prices. Select a service with a plan that suits your individual needs.
Click on the 'Sign Up' link on your chosen service's website. Fill out the forms and payment options as prompted. When you are done, wait for the service to process your application. When the service has created your account and virtual private server, it will send you an email with your login credentials.
Navigate to your chosen service's website, click 'My Account' and log in to your account with your user name and password. The first time you log in, the service will ask you to make some choices to configure your server. You will be prompted to make these selections after you log in.
Select your kernel. Most VPS services will offer a variety of Linux kernels to install on your server. If you know which kernel you want to run, select it. If you are unsure, choosing the Ubuntu kernel is a safe choice.
Select the size of your first partition. When you signed up for the VPS service, you chose a plan with a certain amount of disk space. You can choose to dedicate all of this space to a single partition. If you want to host multiple websites from your VPS, you can also choose to make a smaller first partition and then create more partitions from the remaining space.
Write down the IP address of each of your VPS partitions. These will be displayed on your account page. If you created only one partition, then you will have only one IP address.
Open a program on your computer capable of running the Secure Shell (SSH). If you are on Linux or Mac OS X, then this will be your Terminal application. If you are on Windows, download PuTTY (see Resources).
Type 'ssh root@your-partition's-ip-address' into your SSH-capable application, and press 'Enter' to access your VPS. Type in your account's password when prompted. After this, you will be logged in to your VPS, ready to install your server software and configure it to your needs.
In Feburary 2016 15,
Sonntag, 14. Februar 2016
How to Use Imagemagick With HostgatorIn Feburary 2016 14,
In Feburary 2016 14,
Open the image you want to edit in the ImageMagick software.
Use the ImageMagick tools to edit the image.
Save your image to your computer once you have completed the changes. Be sure to save it in a folder where you can easily find it.
Launch a FTP program on the computer.
Type in your HostGator website domain name, administrator username and password to connect to the HostGator server. You should have received this information in an email when you signed up for the HostGator account.
Navigate to the folder on the computer that contains the edited image in the local pane. This will usually be the left side of the window, though it may vary depending on the FTP program.
Navigate to the 'public_ftp' folder of the HostGator account. If you wish to store the image, you may want to create a new folder on the server called 'pictures' or 'images.'
Highlight the image file in the local pane and click the transfer button. This will send a copy of the image to the HostGator server.
Open a website browser and type in the image's URL. The URL will be your domain name followed by the name of the folder you uploaded the image to and the image's full name, for example: 'http://(yourdomain)/(foldername)/(imagename).'
Record this URL address. You can use this to share the image, post it on forums or use it on your website.
In Feburary 2016 14,
Open the image you want to edit in the ImageMagick software.
Use the ImageMagick tools to edit the image.
Save your image to your computer once you have completed the changes. Be sure to save it in a folder where you can easily find it.
Launch a FTP program on the computer.
Type in your HostGator website domain name, administrator username and password to connect to the HostGator server. You should have received this information in an email when you signed up for the HostGator account.
Navigate to the folder on the computer that contains the edited image in the local pane. This will usually be the left side of the window, though it may vary depending on the FTP program.
Navigate to the 'public_ftp' folder of the HostGator account. If you wish to store the image, you may want to create a new folder on the server called 'pictures' or 'images.'
Highlight the image file in the local pane and click the transfer button. This will send a copy of the image to the HostGator server.
Open a website browser and type in the image's URL. The URL will be your domain name followed by the name of the folder you uploaded the image to and the image's full name, for example: 'http://(yourdomain)/(foldername)/(imagename).'
Record this URL address. You can use this to share the image, post it on forums or use it on your website.
In Feburary 2016 14,
Abonnieren
Posts (Atom)