Web page password protection using htpasswd and .htaccess
Feb 24, 2019
The easiest way to prevent folks from being able to cruise a folder on your website (without taking it off the net) is to implement htpasswd authentication on an Apache server. It is mind-bogglingly easy if you follow these instructions.Two files will need to be created, a .htaccess file Continue reading...
How do I configure a 301 redirect to reference a new primary domain (or website)?
Feb 24, 2019
Problem: I have lost controlling interest in my primary domain and now I have to convert and use a new/alternate domain, but this must be done without losing search engine rankings on my web pages. How do I set up a 301 redirect (what syntax) to make this happen, to use the new site Continue reading...