How to increase the maximum upload file size in WordPress

Most of the time WordPress Default maximum upload file size 2 MB ,which is not enough for media files like (audio / video or a high quality pictures . in the post i will show you How to increase the maximum upload file size in WordPress.

Method 1 : via php.ini

If you have to access php.ini then you can easily set the limit . please login your cpanel then go to file manager and find php.ini then Edit the the following limitation :

upload_max_filesize = 64M

post_max_size = 64M

max_execution_time = 300

How to increase the maximum upload file size in WordPress

Or create a file with the name ‘php.ini’ in the directory where your WordPress site is installed & add the command :

(more…)

Continue ReadingHow to increase the maximum upload file size in WordPress

How To Restore A Web Site From Legacy Backups In WHM

If you are using a dedicated server or a VPS with cpanel/WHM , This tutorial will help you to restore a website from backups.

How To Restore A Web Site From Legacy Backups In WHM:

  • login your WHM with root user
  •  Click on ” “Legacy Restore Backups” and select which type of backup to restore from , daily or weakly backups.

backups

  • Select user of your hosting accounts , which you want to restore

(more…)

Continue ReadingHow To Restore A Web Site From Legacy Backups In WHM

How to Enable cPanel/WHM Root and SSH Login Email Alerts

Secure your server by enable WHM root & SSH login email alerts , its very important security concern for server to protect the server from unknown login attempts. Every time you will notify via email with every login attempts.

We can do this by configuring the CSF so make sure you have CSF installed on the server, you can read the tutorial how to install CSF

Lets start ,
Step-1 : Login to WHM control panel and Go to:

Home >> Plugins >> ConfigServer Security & Firewall

firewall
(more…)

Continue ReadingHow to Enable cPanel/WHM Root and SSH Login Email Alerts