How to use .htaccess to redirect all pages to new domainLinux, Server / December 24, 2019 / By ziauddin Here, this will redirects everything to new domain. Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^OLDDOMAIN\.com$ [NC] RewriteRule ^(.*)$ http://NEWDOMAIN.com [R=301,L]
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 14.04 Linux Introduction A “LAMP” stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and… Read More »
How To Set Up Password Authentication with Nginx on Ubuntu 14.04 Linux Introduction When setting up a web server, there are often sections of the site that you wish to restrict access to. Web applications often provide… Read More »
How to Install MongoDB on Ubuntu 14.04 Linux Introduction MongoDB is a free and open-source NoSQL document database used commonly in modern web applications. This tutorial will help you set up MongoDB on… Read More »
Initial Server Setup with Ubuntu 14.04 Linux Introduction When you first create a new Ubuntu 14.04 server, there are a few configuration steps that you should take early on as part of… Read More »