Pages

▼
Showing posts with label htaccess. Show all posts
Showing posts with label htaccess. Show all posts
Friday, September 20, 2013

HTTP Status Codes Handling and Htaccess ErrorDocuments

›
Error handling using .htacces: Here are some basic rule, use other rules if you need. ErrorDocument 404 /Subtitle/php/error-msg.php...
Monday, September 9, 2013

Redirect your site to https and www using htaccess

›
<ifmodule mod_rewrite.c>    RewriteEngine on    RewriteCond %{HTTPS} off    RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]    Rewrite...
Friday, September 6, 2013

Speed up a web site by enabling Apache file gzip compression

›
Setting up the server The "good news" is that we can't control the browser. It either sends the   Accept-encoding: gzip, d...

Compressed CSS Compression using PHP

›
Method One Overview:   This method involves adding a small PHP script to your CSS document and replacing its .css   extension with a   ....

Leverage browser caching: How To Control Browser Caching with Apache 2 or htaccess

›
Examining Your HTTP Headers - The other way of finding out if your site is taking advantage of browser caching is to examine the HTTP heade...
›
Home
View web version
Powered by Blogger.