Follow Me

Archive | Server side RSS feed for this section

.htaccess basic features with example

23. March 2011

1 Comment

.htaccess files (or “distributed configuration files”) provide a way to make configuration changes on a per-directory basis. In simple words, htaccess allow you to override the default server configuration using certain commands. htaccess file works in Apache Web Server on both Linux/Unix and Windows operating system. This post has some basic example and method to [...]

Continue reading...

Cron tab basic with examples – advanced unix style

24. May 2010

0 Comments

What is crontab? cron is a Unix utility or program, which allows users to run other programs at scheduled times. Crontab is a file which contains the schedule of cron entries to be run and at specified times. In order to run a cron job, you need to program it. Fortunately, most web servers are able [...]

Continue reading...