Month: September 2008
-
Fast Website Loading with OpenDNS – Alternative to ISPs DNS Servers
When you type a website name in the browser where often the sites dont load fast. You will see in the status bar of the browser “looking up website.com”, which often means the DNS server (resolves hostnames to IP address) is slow causing such a long time to connect to website in your home PC.…
-
how to create new user for phpmyadmin login
PHPMyAdmin and MySQL server complement each other very well. In most situations you have installed mysql server and phpmyadmin. By default the mysql root password is blank and this is a big security issue and you have change the mysql password as soon as possible. If that is not done anybody could login with phpmyadmin…
-

How to Fix: PHPMyAdmin 403 Forbidden Error
If you have installed phpMyAdmin in your linux server (centos/RHEL/debian), and tried to access phpMyAdmin in most cases you will get this 403 forbidden error. I have seen this issue very often if you are installing phpmyadmin using yum or by apt-get. By default phpmyadmin installed path is /usr/share/phpmyadmin and the apache configuration file is…
-
Install Apache Mod_Substitute
I came across interesting module for apache which does automatic search and replacement operations using regular expressions and decided to experiment on it. For information about this module documented in apache website NOTE: This module is only available in Apache 2.2.7 and later I was running Centos 5 and unable to load this module in…
