hosting

Setting the correct permissions for a WordPress installation on Linux is crucial for security and proper functioning of the application. Here’s a general guide on how to set permissions for a WordPress installation: 1. File Ownership: – Identify the user and group that your web server (e.g., Apache, Nginx) runs as. This is typically `www-data` […]

Continue Reading  

Installation steps for both cpanel and plesk Login to the terminal Use the following commands cd /usr/src rm -f osm* wget https://download.configserver.com/osminstaller.tgz tar -xzf osminstaller.tgz perl osminstaller.pl ipv4 (replace ipv4 with ipv6 for ipv6 license) rm -fv osm* Now you can login to the cpanel WHM or plesk for GUI management

Continue Reading