Browse By

Monthly Archives: September 2017

Monitoring Your Backlink Profile via Genisys

The Importance of Monitoring Your Backlink Profile

It goes without saying that backlinks are hugely important when it comes to SEO. Not only do they help drive traffic to a site, search engines are able to gain a lot of information information about a site based on the sites that link to

How to 301 redirect a pdf file in htaccess

How to 301 redirect a PDF file with mod_alias and mod_rewrite

Here’s some quick information on how to use an Apache .htaccess file to do a 301 redirect with either mod_rewrite or mod_alias. This method should also work for .doc and .docx files as well. mod_rewrite RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^/old/path/file.pdf$ RewriteRule ^(.*) /new/path/file.pdf