CDN: Content Delivery Network Overview
Content Delivery Networks (CDN)   Hi Everybody, I think you all aware about the CDN (Content Delivery Networks).   If not, don’t worry I am going to explain you what is CDN and how it works and how to know whether you site need CDN or not.   In Short: A content delivery network (CDN)…

PHP: How to enable rewrite_mod in WAMP
Have a look on below Image and follow the steps to make “rewrite_mod” on WAMP server.     You all know WAMP stands for (Windows, Apache, MySQL, PHP), It is package provide you an environment to execute your PHP application.   But the general issue you have faced with WAMP is, your rewrite rules usually…

Most useful 5 htaccess tricks every webmaster should know
Most useful 5 htaccess tricks every webmaster should know 1) Redirect your website visitors while you update or test your website order deny,allow deny from all allow from 117.117.117.117 ErrorDocument 403 /showpage.html <Files showpage.html> allow from all </Files> Replace 117.117.117.117 with your IP address. Also replace showpage.html with the name of the page you want… (4 comments)