- Monday, November 30, 2009, 18:18
- PHP
- 430 views
Lot of times it happen that we get some weird error in PHP. One of such errors is a Fatal Error that usually occurs when Uploading big files in PHP.
This error has to do something with the Maximum timeout setting. When we upload a large file it may happen that the timeout occurs and result in ...
Full story
- Wednesday, November 18, 2009, 15:56
- How-To
- 777 views
Image Hotlinking is a common cause of increase in Bandwidth utilization of a website.
Bandwidth theft or "hotlinking" is direct linking to a web site's files (images, video, etc.). An example would be using an <img> tag to display a JPEG image you found on someone else's web page so it will appear on your own ...
Full story
- Monday, June 22, 2009, 15:07
- General
- 7,881 views
Apache web servers have a great way to manipulate information using .htaccess files. .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 ...
Full story
- Tuesday, March 10, 2009, 17:58
- How-To
- 7,409 views
When a web browser is pointed to a directory on your web site which does not have an index.html file (or any other index file) in it, the files in that directory can be listed on a web page.
Let us see few snippets that can be added in htaccess file to allow or avoid directory listing in apache server.
Enable / Disable directory Listing
To allow a ...
Full story
- Wednesday, February 4, 2009, 14:34
- CSS, JavaScript, PHP, Tutorial
- 23,016 views
Since few days we have been registering heavy traffic spikes on our website. This lead to performance issues. As this site is currently hosted on a shared hosting server, it is very difficult to optimize the performance of the site.
We are using
Wordpress as CMS for this blog, hence we decided to ...
Full story