gzip-compression

Enable GZIP compression to make website load faster

GZIP compression is based on the deflate algorithm, which is a combination of Huffman and LZ77 algorithms. ‘Deflate’ was developed in response to software problems patent covering LZW and other compression algorithms, thus limiting the possible uses of compression and other popular archiving programs. Enabling this feature could make your website pages load +70% faster. First make […]

[solved] Definitively fix permalinks problem with wordpress on Apache

Os: Centos File: httpd.conf Make sure that : AllowOverride All <Directory “/var/www/html”> # # Possible values for the Options directive are “None”, “All”, # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that “MultiViews” must be named *explicitly* — “Options All” # doesn’t give it to you. # # […]

mod_rewrite

Enable Apache mod_rewrite on Linux Centos

mod_rewrite is an Apache module used to manipulate URL’s and is compiled into the base Apache HTTP Server in CentOS.  See the mod_rewrite documenation(link is external) for more information. How to configure the Apache mod_rewrite module

Install proftpd and wordpress on CentOS

This document describes how to install and configure ProFTPD on CentOS Server. ProFTPD is an FTP daemon for unix and unix-like operating systems. ProFTPD is developed, released and distributed under the GNU Public License (GPL), which basically establishes it as free software, meaning that it may be sold, licensed and otherwise manipulated in any way […]