Showing posts with label .htaccess. Show all posts
Showing posts with label .htaccess. Show all posts

Thursday, July 18, 2013

How to create a 301 Redirect

301 Redirect 301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "301" is interpreted as "moved permanently". You can Test your redirection with Search Engine Friendly Redirect Checker Below...

Friday, July 5, 2013

How to Enable Gzip Compression

Why use gzip to compress your webpages? Compressing your HTML and CSS files with gzip typically saves around 50 to 70 percent of the file size. This means that it takes less time to load your pages, and it also means less bandwidth is used over all. It is pretty much the standard now and if you are not using it for some reason, your webpages are slower than your competitors. How to enable Gzip on your website Compression is enabled by adding...