cPanel

URL redirection cPanel?

You can use URL redirection when you want to redirect visitors from one page to a new page or if you want to direct all visitors from one domain to another. Let's say you have an older version of the site on the old domain and a new version of the site on the new domain, and you redirect it with a 301 redirect, which helps the search engines and especially

URL redirection cPanel? Read more »

How to connect to MySQL database?

If you want to connect to the MySQL database, you can do it as follows: How to create a database and a user If you are creating a special script that works with the database, among other things, we will use the following example: Username = aca1337 Database Name = wrdp1 Database-Username = wp1 Database-User Password = eHTb7%Pxa9 $con = mysqli_connect("localhost","aca1337″,"eHTb7%Pxa9″,"wrdp1″); if (mysqli_connect_errno()) { echo

How to connect to MySQL database? Read more »

Scroll to Top