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
Web Server
Here are the articles for various web servers like Apache, IIS, NGINX, etc. Here we will share article s for htaccess also.
In this article we will see how to make Wordpress URL Rewrite work on Zeus Web Server. Mostly you will find this web server on Namesco Hosting Provider. When I
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
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
After few days of study about the nginx I have something to write about nginx. Its a very basic things but can say a good start too. ;) I am
There can be a case when you want to restrict any request methods for your website. Restrict in the sense you don't want user to perform that action.
There are several methods available using .htaccess file to redirect user from one page to another. 301 is one of the type to redirect user from one page to another.
.htaccess file has a great command over websites. You can perform lots of things without changing the web server's configuration file.
This post is about to explain the use of .htaccess for protecting any file on your server. Earlier I have explained the use of htaccess file to protect the .htaccess