Hosting a website on Amazon Web Services (AWS) can be challenging for many professionals. This step-by-step guide simplifies the process, helping you save costs and host multiple small websites efficiently. Note: This process is suitable for medium-traffic websites. For high-traffic sites, consider using AWS load balancers. Step-by-Step Process to Host a Website on AWS Launch an EC2 Instance: Start by launching an EC2 instance using the Ubuntu 16.04 AMI from the AWS Marketplace. Download the PEM file during the final step of the instance setup. Configure Security Group: Ensure ports…
Category: server
How to Setup Vista Panel on AWS.
You can follow below step by step process to setup vista panel aws EC2 instance. Install Vista Panel Step 1:- First you have to login into your EC2 instance on terminal using below command. sudo ssh -i /home/user/Downloads/aws_admin.pem ubuntu@52.66.129.45 Note:- make sure you have given a right path of PEM file to access ec2 instance. Step 2:- Now just run below command one by one. -> apt-get update -y -> apt-get upgrade -y -> nano /etc/hosts -> 127.0.0.1 vestacp.linuxbuz.com -> wget http://vestacp.com/pub/vst-install.sh -> chmod 755…
How to Transfer a Domain into Another Godaddy Account?
Step 1. Login into your godaddy account. First of all you have to login into your godaddy account from which you booked that domain (xyz.com) Step 2. Now go to your all products & services page. You have to just click on the manage button shown in above right side of screenshot. Step 3. Go to your DNS management page. Here you have to click on transfer domain link shown in red circle.
How to redirect HTTP to HTTPS automatically?
image source : wikipedia.org If you have a secure certificate (SSL) on your website, you can automatically redirect visit0rs to the secured (HTTPS) version of your website to make sure their information is pr0tected. How you redirect traffic depends on the type of h0sting you have. Linux & cPanel Linux-based acc0unts use .htaccess files to handle redirecti0n. If you need to create a .htaccess file, you can use your control panel’s file manager (Web & Classic / cPanel). Using the following code in your .htaccess file automatically redirects visit0rs to…
How do control browser caching?
image source: techstream.org I faced browser caching issue for my website from last 4-5 days. I had a lot of research to resolve it but my website always loaded from browser cache. It was not loading from server until I refreshed it. If I refreshed URL, it loaded from server with my updated changes. After spending 2-3 days on analyzing this issue, I found the solution for this. I want to share this post by that in future no body will face this type of problem. What is browser cache?…
How to Add a Domain in your hosting cPanel?
Creating a subdomain for your hosted domain can be daunting if you’re unfamiliar with server management. This guide shares a step-by-step process for creating a subdomain on a GoDaddy server, based on personal experience. Step-by-Step Process to Create a Subdomain Step 1: Log in to cPanel Access your GoDaddy hosting account and log in to cPanel. Step 2: Navigate to Addon Domains In the cPanel top menu, click Addon Domains. Step 3: Add the Subdomain In the Addon Domains section, enter your subdomain details as shown below. For example, to…