When we install PHP with Apache, Apache will be able parse files with .php extension and execute the same. But in Apache we can tweak configuration in that way so
Apache
In this article I am going to share steps to create a new virtualhost for Apache in UBUNTU. Before starting with the steps I assume that you already have installed
DirectoryIndex is one of the available setting/directive available in apache. This is use to set the defalut page of the server. Here default page means when you just type your
Selection of Web server is very important while dealing with the large scale application. So This month's Poll goes for the selection of the Web Server. Which Web Server you
You might have seen my earlier post related to installing PHP, Apache and MySQL on UBUNTU 11.10. That process contains number of steps and some lengthy commands which we can
Its a best practice to serve the compressed content over the internet to dramatically save the bandwidth of the user. In this article I will cover how to compress the
I have started working with Ubuntu 11.10 and my first task was to install PHP, Apache and MySQL in that. This is because without these three things computer is useless
In previous post ( here ) I have described that how can we redirect all pages of any website from http to https protocol. In some case you want that
It's required to have a URL with secure protocol while payment related pages. This payment mainly occurs in online shopping sites. So what to do when you have developed you
In some previous posts I have described some website optimization rules which Yahoo consider. Yahoo have developed the best website monitoring tool "ySlow".