How to disable HTTP access by .htaccess
Sometimes we need to disabled HTTP access to make down a website . Today I’m showing how to disable HTTP…
Sometimes we need to disabled HTTP access to make down a website . Today I’m showing how to disable HTTP…
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
Or create a file with the name ‘php.ini’ in the directory where your WordPress site is installed & add the command :
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 .
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:
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…)
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
Step 2 : Now you need to write your domain name or your hostname & you need to chose a package. (more…)