Jhonny Johnny Remixed

By in articles, Humor, Misc. on April 17, 2010
Comedy is simply a funny way of being serious.

Tags: , ,

Jhonny Johnny Remixed

https to http using htaccess

By in Tutorials, Web, Web Space on April 16, 2010
htaccess directives can be used to redirect a website from http to https using mod_rewrite. But as we all know the https protocol involves encryption and decryption at both the server and the client end, this makes the site very slow.

Tags: , , , , , ,

Simple .htaccess tips and tricks

By in Server Admin, Tutorials, Web, Web Space on April 16, 2010
In several web servers (most commonly Apache), .htaccess (hypertext access) is the default name of a directory-level configuration file that allows for decentralized management of web server configuration. The .htaccess file is placed inside the web tree, and is able to override a subset of the server's global configuration; the extent of this subset is defined by the web server administrator.The original purpose of .htaccess was to allow per-directory access control , hence the name.

Tags: , , , ,

Simple cPanel XML api call using Ruby

By in articles, cPanel, ruby, Server Admin, Tutorials, Web on April 2, 2010
Ruby is a language of careful balance. Its creator, Yukihiro “matz” Matsumoto, blended parts of his favorite languages (Perl, Smalltalk, Eiffel, Ada, and Lisp) to form a new language that balanced functional programming with imperative programming.

Tags: , , , , , , ,

Simple cPanel XML api call using Ruby