Akhil Dev

Akhil Dev

WordPress

Default WordPress .htaccess File_akhil-dev

Default WordPress .htaccess File

Default WordPress .htaccess File Default .htaccess File Open the new WordPress .htaccess file from root folder and paste the following code: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress  

Install WordPress on Ubuntu 18.04 Using LAMP Stack 1_akhil-dev

How to Install WordPress on Ubuntu 18.04 Using LAMP Stack

Install and Configure Apache 2 LAMP uses Apache web server 2, which is popular and widely used. You can install Apache using Ubuntu’s package manager, as shown below: sudo apt update sudo apt install apache2 These commands require you to provide passwords. Press Y on the command prompt and hit ENTER to continue the installation. UFW firewall is available …

How to Install WordPress on Ubuntu 18.04 Using LAMP Stack Read More »

Change The Default Add To Cart Text In WooCommerce_akhil-dev

How To Change The Default Add To Cart Text In WooCommerce

WooCommerce provides many options for customizing and styling your site. Depending on the theme or page builder you integrate with WooCommerce, may have control over the content displayed in the Add To Bag or Add To Cart button.  However if for example, you are using WooCommerce with Elementor, you won’t have the ability to edit …

How To Change The Default Add To Cart Text In WooCommerce Read More »

Install WordPress on AWS Detailed Step by Step Guide_akhil-dev

How to Install WordPress on AWS: Detailed, Step-by-Step Guide

Launch and configure a WordPress instance The first thing you need to do is set up an AWS EC2 instance. EC2 instances are ‘simple’ virtual servers, perfect for your first AWS project. To launch an instance, look for the Launch a virtual machine option on your console’s main screen: Next, you need to select what type of …

How to Install WordPress on AWS: Detailed, Step-by-Step Guide Read More »

Setup WordPress Multisite Network 1_akhil-dev

How to Setup WordPress Multisite Network

Enabling WordPress Multisite Network Feature Multisite Network feature comes built-in with each WordPress installation. All you need to do is install and setup WordPress like you normally would. After that, you just need to enable the multisite feature. You can also enable the multisite feature on any existing WordPress site. Before you enable multisite, don’t …

How to Setup WordPress Multisite Network Read More »