Tag archives for htaccess
How To Redirect To WWW or No WWW Version of Your Domain?
You may be able to access some websites using both www and without www as part of the URL. For example or It is upto the webmaster to decide which…
Disable Directory Browsing Of Website Using .htaccess
If you host your website or wordpress blog on Apache web server you can disable Apache directory listing by using htaccess directory listing options. Usually Apache Web Server display directory…
Handle ?ftr=vidpgurl and ?replytocom URLs: Avoid Duplicate Content Penalty
Many bloggers and website owners face duplicate content problem because of two query strings in the URL's. The query strings "?ftr=vidpgurl" and "?replytocom" results in duplicate contents. These query string…
Prevent Hotlinking of Image, Script, CSS etc Using .htaccess
How to prevent hotlinking to files like images , scripts and CSS is one of the challenges faced by website and blog owners. Image hotlinking is the most common hotlinking…
Speed Up websites by enabling .htaccess Caching using mod_expires and mod_headers
Caching files in browser or proxy rather than requesting every time reduces the network traffic between the server, the client. Usually not everyone has control over their own server configuration…
File Caching to Speed Up Website and Web Page Load Time
File Caching is an important step to Speed Up Website and Web Page Load Time. There are many factors influence the speed of your website. The faster your website or…