Tag Archives: Server

How to Setup a Proxy ?

May 03, 2014

What Is Proxy ? A proxy or proxy server is basically another computer which serves as a hub through which internet requests are processed. By..

Read more

Difference between MySql drop table, truncate table,

Apr 07, 2014

DROP command is used for deleting the table and its structure from the data base.Use this command when you don’t need that table any more…

Read more

4 Most Important Directory Functions in PHP

Mar 07, 2014

When writing PHP scripts that need to deal with the file-system to change the current directory, creating new directories, change the root directory, gets the..

Read more

How to change the password of your

Nov 16, 2013

Hi all today we are going to see How to change the password of your cPanel account hope you all like the post The steps to..

Read more

Basics of .htaccess

Nov 07, 2013

A .htaccess (hypertext access) file is a configuration file for use on web servers running the Apache Web Server.It is a directory-level configuration file,as the..

Read more

How to Enable mod_rewrite module in Apache

Sep 26, 2013

Hi all now we are going to see How to Enable mod_rewrite module in Apache in xampp. the steps are given below 1) Find the..

Read more