Archive for the ‘Web’ Category

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. One thing we can do is redirect to https only for the pages which sends or recieves confidential information over the connection,but again,

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

Show any RSS feed in your website

By in PHP, Tutorials, Web on March 25, 2010

Computers are incredibly fast, accurate, and stupid; humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination. — Albert Einstein

Tags: , ,

Show any RSS feed in your website