Domain Redirection in VESTA Panel
Below are the steps to redirect domain on Vesta Control Panel: Step 1 – Install VestaCP on your server Step 2 – Now login to VestaCP admin and add a new website. Click on the WEB menu then click Add Web Domain. Step3- Select a domain name of your choice Select a domain that you …
Install Vesta Host Control Panel on Ubuntu 12.04 – 18.10
# Connect to your server as root via SSH ssh root@your.server # Download installation script curl -O http://vestacp.com/pub/vst-install.sh # Run it bash vst-install.sh
NOTE
REDIRECTION USING htaccess. Redirect form old URLs to new URLs with specific URLs <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^oldwebsite.com [NC,OR] RewriteCond %{HTTP_HOST} ^www.oldwebsite.com [NC] RewriteRule ^(.*)$ http://newwebsite.com/$1 [L,R=301,NC] </IfModule> Redirect a Whole Domain to a New Domain <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^oldsite.com [NC,OR] RewriteCond %{HTTP_HOST} ^www.oldsite.com [NC] RewriteRule ^(.*)$ https://newsite.com/ [L,R=301,NC] </IfModule> …
Interior Design Tips You Can Do On Your Own
Interior design isn’t just for professionals; it can be for everyday people like you too! Designing the home of your dreams doesn’t have to require an expansive wallet or a hoard of professionals. Start your journey of interior design with the simple tips below and you are sure to see your way to success! A …