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 increase memory limit in WordPress

Increasing the memory limit in WordPress sometimes its really important to run website  , because hosting provider set default memory limit is lower. the reason your website will not load properly or web site getting memory limit error. then you must need Increase the memory limit .

how to increase memory limit in wordpress

Let start , we can Increase memory limit by four method , you can follow any one .

1. Increase memory limit 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 file & change the line in php.ini If your line shows 32M try 64M:

(more…)

Continue ReadingHow to increase memory limit in WordPress

How To Fix 401 Unauthorized Error wordpress on DigitalOcean

How To Fix 401 Unauthorized Error wordpress on DigitalOcean

My previous tutorials was “How to create a website on DigitalOcean in a minutes” after installing wordpress , browser ask you admin user & password. well you can find the user namd and password  by command:

cat /root/WORDPRESS

But this is a solution to complete the wordpress initial setup page. but every time when you will try to visit wordpress admin area browser will ask admin user & password.

its simple to fix the problem , log into your droplet via the command line, and run :

nano /etc/apache2/apache2.conf

Now, you need to find the section that deals with the “/wp-admin/” section. It should look like this: (more…)

Continue ReadingHow To Fix 401 Unauthorized Error wordpress on DigitalOcean

How to create a website on DigitalOcean in a minutes

Today I’m writing a Tutorial is ” how to create a Website on Digital Ocean in a minute ! ” DigitalOcean is a virtual private server provider. they provide SSD VPS on cloud environment.
In this tutorial we will create a website / blog with WordPress.

Step 1: Login DigitalOcean If you are in new in Digital Ocean please sign up from here :  DigitalOcean.com

After login click ” CREATE”DigitalOcean Control Panel 2014-11-02 06-09-54

Step 2 : Now you need to write your domain name or your hostname & you need to chose a package. (more…)

Continue ReadingHow to create a website on DigitalOcean in a minutes