How to resolve 404 error from website internal pages on LiteSpeed/Cyberpanel?

How to resolve 404 error from website internal pages on LiteSpeed/Cyberpanel?

Some time you face 404 error on all internal pages of your website. This often happened when you move your website from one server to any other or change any internal configurations. Here in this article we will tell you How to resolve 404 error from website internal pages on LiteSpeed Cyberpanel.

Without going deep let me tell you the reason for this. This happened due to the permissions or the rewrite rules. As after changes Open litespeed need a restart.

To resolve 404 error from website internal pages on LiteSpeed/Cyberpanel we just have to do 2 steps.

Steps to resolve 404 error from website:

1. Fix permissions.

Login to your cyberpanel on port 8090.

https://<YOURIP>:8090
cyberpanel login

Got to the website->list websites then click on Manage button present in front of your domain which have issue.

Manage Website
Manage Website

Scroll down and find file manager click on it and here you will find fix permissions button click that a green pop up appears.

fix permissions
fix permissions

2. Restart LiteSpeed Webserver

After doing all restart the Open liteSpeed webserver. You can do it two way one through command.

Systemctl restart lsws

.Or go to the Server status-> LiteSpeed status and press restart.

How to resolve 404 error from website internal pages on LiteSpeed/Cyberpanel?

Here you can read How to log in to the Rainloop admin dashboard?

Read More: How to Change Upload limit On CyberPanel?

How to Change Upload limit On CyberPanel?

You can follow us on Facebook too.

How to change time zone on Linux server using command line?

How to change time zone on Linux server using command line?

In this article, we will know How to change time zone on a Linux server using command line. This is a very easy and a few steps process so follow along to change your time zone according to your need.

The Time zone is the standard time for any specific region. The server time zone is a basic and one of the important things. Server time zone set while installing and setup server. Sometimes we need to change our server time zone according to our requirements. There are many ways but here we will go through command line one. This is one of the easy ways while using Linux.

How to check Current TimeZone of your server?

Before changing your server time zone first of all you must know what is the current time zone of your server to do so you just need to run a very simple command. This command is available in all Linux flavors.

open terminal and run:

$ timedatectl
How to check Current TimeZone of your server?

You can see your current time zone of your server.

2. Set / Change Time zone on Linux Server Using Command line:

Before changing your time zone first of all you must have to know about the time zone you want to set. Like if you want to set somewhere in Asia. you must have to know about your region and cit. Now, how you can do it.

For this there is a command to list all time zones:

$ timedatectl list-timezones
List all time zones

Select your required time zone from the list and add it to this cmd.

timedatectl set-timezone “you time zone”

Make sure that you are login from root account if not use sudo with this.

$ sudo timedatectl set-timezone <your specific time zone>
set time zone

After running this run the timedatctl again and verify if time zone updated or not.

$ timedatectl

Now you can see time zone that you set using above methode.

NOTE: Time zone is one of the core important things many features and services depend upon it so before doing anything make sure that you understood all. moreover, you just need a reboot to apply a new time zone on all servers.

Here you can read How to log in to the Rainloop admin dashboard?

Read More: How to Change Upload limit On CyberPanel?

How to Change Upload limit On CyberPanel?

You can follow us on Facebook too.

How to log in to the Rainloop admin dashboard?

Sometimes we need to log in to the rainloop dashboard to do some configurations. Here in this article, we will tell you how to log in to rainloop admin dashboard?

Rainloop is an efficient memory webmail solution. it is a fast, simple, and modern web-based client email client. Rainloop is the email solution that comes with CyberPanel. It has an amazing user interface. Not only the interface also works great as any other email service.

RainLoop Admin Dashboard access address:

To access rainloop dashboard you just need to go to.

http://your-webmail.domain.com/?admin

But in case of cyberpanel it will be like:

https://<IP/Hostname>:8090/rainloop/?admin

You can access rainloop web admin using this link.

How to login to Rainloop admin dashboard?
How to login to Rainloop admin dashboard?

RainLoop admin Password:

Default login is “admin”, password is “12345”. But in the case of CyberPanel and changed password here is the location of rainloop admin password.

CyberPanel Rainloop admin password location:

/usr/local/CyberCP/public/rainloop.php

General Rainloop admin password location:

/var/www/rainloop/data/_data_/_default_/configs/application.ini

How to Access Rainloop Webmail in CyberPanel?

How To Uninstall Or Stop ImunifyAV?

What is ImunifyAV?

A lot of users install ImunifyAV but after some issue, if they want to uninstall they do not know how to do this. Here in this article, we will tell you How To Uninstall Or Stop ImunifyAV?

ImunifyAV – an intelligent antivirus and security monitoring tool for websites with one-click automatic malware cleanup, domain reputation monitoring, and blacklist status check. Read more about ImunifyAV

A lot of users install ImunifyAV but after some issue, if they want to uninstall they do not know how to do this. Here in this article, we will tell you How To Uninstall Or Stop ImunifyAV?

In this artical we provide the way where you can able to uninstall or Stop ImunifyAV.

Uninstall ImunifyAV:

To uninstall ImunifyAV, you need to first download the imav-deploy.sh script with the following command:

wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh

Then run this command to uninstall ImunifyAV from the server:

bash imav-deploy.sh --uninstall

Processing the above two steps you are able to uninstall imaunifyAY.

Stop ImaunifyAY:

ImunifyAV runs as a daemon so the service can be managed using the standard service management commands.

For CentOS/CloudLinux OS 6, run the following command:

service imunify-antivirus stop

For all other operating systems, run the following command:

systemctl stop imunify-antivirus

How to Change Upload limit On CyberPanel?

How to solve the can’t upload the file on file manager issue in CyberPanel?

if you are uploading a file on file manager in CyberPanel. and getting some error there. Follow this short solution for can’t upload the file on CyberPanel file manager.

Solution

There is very easy and short solution for this issue. Access your root through Bitvise or putty open your terminal(CLI) and run this Command

Systemctl restart lscpd

This simple command will restart all of your CyberPanel services and now if you can try you can easily upload any file but there may be upload limit issue if so you can follow this tutorial to solve that Link below.

How to Change Upload limit On CyberPanel?

How to fix Fix WordPress 404 permalink OpenLiteSpeed- 404 error on OpenLiteSpeed

If you host your WordPress websites with OpenLiteSpeed you may get a 404 error on the permalink of your website. here in this article, I will explain how you can fix ix WordPress 404 permalink OpenLiteSpeed.

OpenLiteSpeed is the free version of LiteSpeed Enterprise and this free version is not as stable as the paid version. Not OpenLiteSpeed WordPress permalink often gives 404 error. When you move site from one server to another or made any change this error comes up. Here i will discuss few methods to solve this issue.

Methods to fix WordPress 404 permalink OpenLiteSpeed:

Method 1 Fix Permissions:

If you are using CyberPanel and you did any change of website after that 404 error come to the site you can fix it by doing few thing.

  1. Fix permissions from the file manager
  2. Restart OLS

Fix Permissions from the file manager:

To fix permission you have to log in to your cyber panel then go to the Websites-> List website select the domain for which you have to fix the issue then press the Manage button present in front of the website.

Manage Website
Manage Website

On the Website Dashboard you can see File Manager press to access the file manager.

File Manager
File Manager

In file manager click Fix Permission button and you can see the success massage in green color.

Fix Permission
Fix Permission

After doing all now its time to restart OLS.

Restart OpenLiteSpeed:

To restart OLS from CyberPanel you have to go on Server Status ->LiteSpeed Status and then you see two-button shutdown and reboot. Press the Reboot button and you can see a success message.

Restart OpenLiteSpeed:
Restart OpenLiteSpeed:

Method 2 htaccess:

An other reason is the missing rules in htaccess for WordPress. To check htaccess rules. Go to the Public_html folder of the website. If you have CyberPanel go to the Website->List Websites then press Manage button.

Then go to the file manager from the Website Dashboard.

File Manager

In file manager open and open .htaccess file and see if there is rules or if the file is empty.

If file is empty add these rule and press save.

# 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>

and after doing this restart OLS as mentioned above.

Read more: How to create, delete and manage Child Domains in CyberPanel?

Follow US on Facebook / Twitter Instagram .

How to create a Database in CyberPanel?

If you want to create a Database in CyberPanel. And do not know how to do this you are on right place read this article to know how you can create a new DataBase on CyberPanel for your Website.

Table of Contents:

  1. Login to CyberPanel
  2. Create New Database
  3. Access Database

Login to CyberPanel:

First of all visi the CyberPanel login URL to login to your CyberPanel it must be with port 8090, Look like:

https://<somainname/IP>:8090

Provide username and password and login to your CyberPanel dashboard.

CyberPanel Login

Create New Database:

Once you logged in go to the Database->Create Database: in the left menu.

Create New Database
Create New Database

On this create database page you have to select the domain for which you want to create a new database.

select domain
select domain

Now screen ask you to provide the details for database.

  1. Username
  2. Database name
  3. Password
provide the details for database
Provide the Details for Database

When you press Create Database button this will create a new one for you on your server.

you can also list the database for any of your site on sever from Database-> List Database then select the domain and you can see the list.

list the database
list database

Access Database:

To access your database you created you have to go to Database-> PHPMYADMIN. Then press Access Now button.

You can see the PHPMyAdmin screen now. Where you can see all database for all domains. You can check the database your created and do any operation you want to do on this database.

Read more: How to create, delete and manage Child Domains in CyberPanel?

Follow US on Facebook / Twitter Instagram .

Online Driving License Verification Pakistan? Download Driving License Verification Android Application

Online Driving License Verification Pakistan? Download Driving License Verification Android Application

Do you want to verify your driving license online? Do you want to Download the Driving License Verification Pakistan android application to verify your license from your phone? You are in the right place.

Today we bring an android application for you to verify your license from your android mobile phone easily.

No need to visit anywhere just add the required information and verify your driving license from your phone.

Online Driving License Verification Pakistan
Online Driving License Verification Pakistan

Driving License Verification Pakistan is an application for the verification of your driving license online.

This application is built by Solo Doco developers for the easiness and to help people check and verify their driving license online from anywhere.

the process of checking the validity of your license totally depends upon the area you are from. For some area, you can check the license using CNIC and for some, you can check using both CNIC and the License number.

To verify all these you just need to add your CNIC or License number in the box and everything is in front of you.
This application helps you to check the Validate date and apply for next also. If you applied but not revived you can check and if data is there in the Application you can ask them for your license.

Main Features

1. Islamabad verification:
2. Punjab verification:
3. Sindh verification:
4. Balochistan verification:
5. KPK license verification:
6. AJK verification
7. GB verification
In some, we are using the review of Websites and some do not have their online system so we are using their contact numbers only.

Contact Them:

In case of any query or suggestions about my Privacy Policy, do not hesitate to contact us at solveddoco@gmail.com.

Download Driving License Verification Pakistan From Play Store:
Get it on Google Play

This application is totally free for users. Just download it from play store and use.

Follow US on Facebook / Twitter Instagram .

SIM Number Details Android Application

How to check any SIM Number Details Online? SIM Number Details Android Application

SIM Number Details

Do you want to know the SIM Number Details of any number? Are you disturbed by the annoying and wrong calls? Is there someone who constantly annoying you?

If you want to know the information of any number you can download this SIM Number Detail application from the play store and check the number today.

SIM number detail is a free app using this app you can check any sim number information from your mobile phone.

SIM Number Details
SIM Number Details



If you are annoyed with the wrong callers and want to know the owner of that sim number download this SIM number details application and check today.

You just need to provide the number of the sim without 0 (zero) and details are there. You can see the CNIC, Address, Other numbers, etc.

The data on this application is taken from a domain that is publicly available. This data is old from 2015 new data will be available soon once they updated.

You can also check the SIM owner by using any CNIC number. Through this app, you can check the records using the phone numbers as well as CNIC.
Features In-app:

1. Easy to use (User-friendly GUI)

2. Check details using CNIC or phone number

3. Details including address, phone number, etc.

Maybe some information is not up to mark as information is old.

DISCLAIMER:

This is a free application. Data presented in it taken from the website which is publicly available. The author of this application assumes no liability or responsibility for any errors or omissions in the content.

Download SIM Number Details Application From Play Store :

Get it on Google Play

This application is free and online download and use now. The data presented in this application is old and for some specific regions.

Read more: How to create, delete and manage Child Domains in CyberPanel?

Follow US on Facebook / Twitter Instagram .

Factors Affecting WordPress website page Speed

Factors Affecting WordPress website page Speed

Here in this article we are going to discuss Factors Affecting WordPress website page Speed.

Do you like websites which take some time to load? Do you want to visit again on site on which you wait for page to open?

I think no one like to wait for loading of slow sites. Users always want a quick response from the website. After clicking the link they don’t want to wait and waste their time.

Above is the user perspective now if we come to the website owner’s view, the owner never wants to lose his/her visitor from the site. But we know there are a large number of things which affect page speed and load of our website. We know it is not possible to list all but we mention a few things that are common for this.

Factors Affecting WordPress website page Speed
Factors Affecting WordPress website page Speed

What do we learn in this article?

  1. What is page load and speed?
  2. Why Page speed and load is important?
  3. Factors Affecting WordPress Website Loading Speed.
    1. Unoptimized images
    2. Irrelevant, extra, and outdated Plugins and themes
    3. Cache Plugin and its configurations.
    4. Extra and unoptimized CSS and JS.
    5. Hosting server
  4. How to check Page speed?
  5. How to solve the problems stated above?

What is page load time and speed?

Page speed is the loading speed for your page. It mean that how fast your page loads for your user. Acutely the time between the click by user and the view of page.

You can say that page speed is the page load time or time taken for the first bit. Site speed and page speed are two different things but sometimes we mixed both as one.

Now if we look at load time, Load time is the total time taken to download whole page and display it. When the whole content is there then we can say that this is the load time for our page.

Why Page speed and load is important?

As we know that now the internet is going fast and fast every day. With the increasing speed of the internet websites also need to be fast. As we no if your site is slow then there is no space for your website.

Now users want that website to load fast. So he can get his result as soon as possible. The important issue with having a slow website is that your users will often lose patience and leave. But this is not your user that wants this there are a lot of other important things for which your page speed is important.

Website ranking depends upon different things and these all relate to your page speed. If you want to rank high your site you need to improve your bounce rate, SEO, etc. Google as well as other search engines check all these things.

If your website is fast google always prefer fast site. In this way your SEO score will improve and when your SEO took you up visitor come and they will navigate between the page if your site is fast. This will improve your bounce rate.

Factors Affecting WordPress Website Loading Speed:

There are a large number of factor that affects your website page speed and make it slow here we will discuss the most common factor that affects the page speed. So stay with us to check these:

1: Unoptimized images

The most common mistake that people makes which cause there site slow Is the use of unoptimized images you create an image and upload it without optimizing it is not a good move. You must optimize your image before upload it on your site.

Use of unoptimized images is one of the common mistake made by most of us. We will also discuss how to overcome this issue later.

2: Irrelevant, extra, and outdated Plugins and themes

One of the big reason of getting site slow in WordPress user. The use of irrelevant, extra, outdated and pirated plugins. Sometime people see any new plugin and install it to test and they didn’t remove it, this thing slow down your site. There are also some user who like to use pirated plugin because they don’t want to pay for it that thing is very bad for their speed and security.

Many of us usually don’t like to update plugin scar of being destroy settings. More you have these thing more your site is slow.

When you install WordPress some Default themes also come with that. Most of the user never touch them and also never delete that make more load on server and cause site slow.

3: Cache Plugin and its configurations:

Use of cache plugin is very important to speed up your site. There are a lot of Cache plugin in market you can use them. There are a lot of free and also paid too. Use of cache plugin is is good but the important thing you have to configure it in right way. if you don’t know how to configure it then using this cause extra plugin only.

4: Extra and unoptimized CSS and JS:

The main function or propose to use cache plugin is to optimize extra and unoptimized CSS and JS. But where did it come. Acutely most of WordPress users like to buy ready made themes instant of making there own and all. They buy theme and plugin from any where and use it.

But the bad thing is that themes are not according to your requirement theme and plugin fulfill yours but also have a lot of extra and unoptimized JS and CSS files that caused the slow site issue.

6: Hosting server:

Chose of hosting is one of another important affect on site speed. If you have a big and high traffic site and you host it at a shared plan. then you cant get the required speed.

There are also other things which you need to keep in mind while selecting host. Like if your visitor are from India and your site is hosted in US then this is also a very bad move.

How to check Page speed?

There are a lot of ways to check Page speed of your website. Here we discuss some common page speed tools with are commonly used to check the performance of your website.

Google PageSpeed Insights:

Google PageSpeed Insights
Google PageSpeed Insights

Google PageSpeed Insights is one of the simple and most powerful tool to check the page speed of any website. It gives you both Mobile and Desktop page speed score. So you can easily check and compare the performance of your website.

This Google PageSpeed Insights also give you the issues details and this is very important for your SEO term.

GT Metrix:

GT Metrix:
GT Metrix

This is an other tool that helps you to check your page speed and helps you to improve you site speed and ranking. GTMatrix is also a great tool to check the performance of you site click here to visit GTMatix and check you page speed.

Pingdom Speed Test:

Pingdom Speed Test:
Pingdom Speed Test

Pingdom Speed Test is also a speed test tool. They says that they are cost effective and reliable uptime and performance monitoring provider for your website. They give you a kind of brief and detailed report about your website.

Web Page Test:

Web Page Test:
Web Page Test

This tool is not simple as other this a a tool which give you a detailed view about your website. But this tool worth look. This will give you information about the Security, First Byte, Keep-Live, Compress transfer, Cache static etc.

There are also many other tools but for now we will discuss only these.

How to solve the problems stated above?

AT the last of this article we will tell you how you can solve the problem stated above.

Optimize your Unoptimized images:

You have a lot of options to optimize your images, you can optimize you images using different ways like you can optimize before and after uploading we will give you name of some plugins and methods through which you can optimize your images before and after uploading to the site.

Optimize your images before upload:

You can optimize your images before uploading. This is one of the core factor from the factors affecting WordPress website page Speed.

The optimize your images there are few basic thing you have to take care of, Like always use JPG, webp, etc. versions of image files instant of using PNG.

This is a good and intelligent move to optimize images before uploading it on live site. You can optimize your Images before upload using differnt tools. I will state some of them here.

  1. Pixler Online Editor
  2. Adobe Photo Shop
  3. Image optimizer
  4. Tiny PNG
  5. Optimizilla

You can optimize your images before uploading using these tools and editors. there are large number of tutorials to do so. Go get any of these tools and optimize your image before upload.

Optimize your images before upload
Optimize your images before upload

Optimize Images Through Plugins:

Better move is you can upload optimize images but if you didn’t do that and after upload you fell that you have to optimize these so in this case you can now optimize your images using plugin.

Here I will mention some plugin through which you can easily optimize your images. Even you have old images and you want to optimize them.

  1. Smush
  2. Optimole
  3. ShortPixel Image Optimizer
  4. Ls Cache
  5. Imagify

Using these plugins you can easily optimize your images by just following some steps.

Optimize Images Through Plugins:
Optimize Images Through Plugins

Remove Irrelevant, extra, and outdated Plugins and themes:

This is one of the main reason and it is very easy to solve this issue.

Just need to login to your system and check how many plugins need Updates. Also check which are the inactive or extra plugins which you don’t need or without those you can easily do your work.

One of the best thing to remember in this section is to remove the default theme mostly people do not remove default theme and keep those.

GO to the admin dashboard and check the inactive plugins under PLUGIN->INSTALLED PLUGIN->INACTIVE.

PLUGIN->INSTALLED PLUGIN->INACTIVE.
PLUGIN->INSTALLED PLUGIN->INACTIVE

Cache Plugin and its configurations:

Now a days there are a lot of cache plugins which you can use to get a speed on your site but the question is how to use these plugins on your site.

I must say configuration of a cache plugin is an important and critical phase. Here are some popular cache plugins.

  1. Ls cache
  2. WP Rocket
  3. Auto Optimizer
  4. Flywheel

You can follow some of these guides to configure these cache plugins.

The Beginner’s Guide to LiteSpeed Cache for WordPress

Find the Best Settings for your Site

Cache Plugin and its configurations:
Cache Plugin and its configurations

Extra and unoptimized CSS and JS:

Using above plugins you can optimize extra CSS and JS but the question is where it came from. Extra CSS come in the Ready made themes so to avoid these better to use a custom theme that gives you the css and js that you needed.

Chose a Good Hosting server:

The best thing and the hard decision to make is the chose of good and reliable server.

If you have a big sized WordPress site and you bought a shared plan that is not a good move at all. There are some things which you need to take care of before buying a server.

  1. Your target location and server location
  2. Your site content and your server capacity
  3. Selection of Server providers
  4. Shared, VPS or dedicated server choice.

These are some steps and thing you need to take care of before doing and looking for speed. these are Factors Affecting WordPress website page Speed. And we also stated how you can remove Factors Affecting WordPress website page Speed.

How to add live chat on WordPress Website – Integrate Tawk.To Live Chat to WordPress

Follow US on Facebook / Twitter Instagram .