Posts Tagged ‘htaccess’

PHP Fatal Error Maximum Execution Time Issue & htaccess

PHP Fatal Error Maximum Execution Time Issue & htaccess
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
Tags: ,

How To Avoid Image Hotlinking & Bandwidth Theft In Your Website

How To Avoid Image Hotlinking & Bandwidth Theft In Your Website
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

21 very useful htaccess tips & tricks

21 very useful htaccess tips & tricks
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

Directory listing in htaccess. Allow, Deny, Disable, Enable Directory Listing in .htaccess

Directory listing in htaccess. Allow, Deny, Disable, Enable Directory Listing in .htaccess
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

Compress PHP, CSS, JavaScript(JS) & Optimize website performance.

Compress PHP, CSS, JavaScript(JS) & Optimize website performance.
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
Copyright © 2010 ViralPatel.net. All rights reserved.