
How to Increase PHP File Upload Size Limit
Q. When you try to update the blog post in WordPress or any php application, you might notice that the application such as WordPress has a prohibitive maximum PHP file…
How to Increase PHP File Upload Size Limit
Q. When you try to update the blog post in WordPress or any php application, you might notice that the application such as WordPress has a prohibitive maximum PHP file…
How to Install IonCube Loader in CentOS 6 / CentOS 7
What is IonCube Loader ? IonCube Loader is a PHP module or extension for PHP files decoding encrypted and is often required for many applications based on PHP. It helps…
How to Hide PHP Version in Linux
In general, most of the web server software has been installed with default settings that will lead to information leakage. One of them is a PHP software. PHP (Hypertest Preprocessor)…
How to Install LAMP on CentOS 7 / RHEL 7
LAMP stack is a group of open source software that installed together to let you run a web server to host dynamic websites. āLā stand for Linux, āAā stand for…
How to Install and Configure Apache2, PHP and MySQL 5.6 on Ubuntu 14.04
LAMP stack is a group of open source software that installed together to let you run a server to host dynamic websites. “L” stand for Linux, “A” stand for Apache…
Install MySQL, Apache and PHP on CentOS 6.5
LAMP stand for Linux, Apache, MySQL and PHP which is group of software used to run an web applications. The combination of these software is called LAMP stack. This document…
Issue : When i try to install WordPress, I’ve encountered this error and returned the following warning on browser : “Your PHP installation appears to be missing the MySQL extension…
Securing and Hardening Linux Dedicated Server
When we hosted the linux dedicated server or virtual private server(VPS) in a data center, security of the system is very important in order to ensure the data and the…
9 Steps to Setup Dedicated Server for your Website
There are different types of hosting services are used in the computer technology such as shared hosting, VPS (Virtual Private Server) and Dedicated Server hosting. For new websites with low…
How to Install and Configure PHP 5.3.3 on CentOS 6.4
PHP is a widely-used and open-source server-side scripting language that was especially designed for web development to produce dynamic web pages and can be embedded into HTML. PHP applications are…
Work around for error “php53-odbc64 conflicts with php53-odbc”
Question : When i try to run “yum install php53*”, or “yum install php” to install php package on CentOS5.9, i get the following error : .. .. .. –>…
How to Install php-mcrypt on CentOS 6.3
mcrypt exension for PHP is necessary if we want to use cookie based authentication with phpymyadmin. In default CentOS 6.3 yum repository or in CentOS 6.3 installation CD/DVD, php-mcrypt exension…