What is PHP? PHP is a popular open-source script language that incorporated into HTML and is ideal for Web development. PHP is a server-side scripting language for creating dynamic and…
Category: Tutorial
How to change Prestashop Site URL
April 8, 2021 / TutorialThis Knowledge base is projected to help in changing your Prestashop URL. This example is using Prestashop 1.6.1.24. Versions might differ slightly. If the Prestashop installation is still working correctly,…
If you want to assign a TCP/IP port number to the SQL Server Database Engine. You must follow the steps given below- Open SQL Server Management Studio and login to…
How to Remove Multiple Files Using Command Line
August 26, 2020 / TutorialThe web-based control panels have been one of the key innovations to take place in the web hosting industry. They are the best method for performing certain tasks that don’t…
The IP Address for a domain controller is statically assigned to a server. It might even be distributed via a DHCP with the help of a lease reservation to avoid…
How to Redirect a Website from http to https?
July 7, 2020 / TutorialYou can follow any of the three methods mentioned below for redirecting your website from HTTP to HTTPS- Method 1: Using a .htaccess file You can use the following code…
The size of SQL Server Database can be reduced/shrunk using any of the following two methods- Method 1: With the help of SQL Server Management Studio Under this method, follow…