Articles
If you need to redirect all the traffic from a subdirectory to the root of the site, use the...
301 redirect all traffic from domain A to the root of domain BIf you need to 301 redirect all the traffic from olddomain.com to the index page of newdomain.com...
301 redirect all traffic to new site except for certain foldersIf you need to redirect a whole site to a new url except for one or more folders, then the script...
Additional security/performance settings for htaccessBelow is some additional rules for your htaccess file which provides some performance and...
Fix WordPress 404 Errors on Password Protected DirectoriesYou are reading this article becasue you have applied password protection on the wp-admin...
Force trailing slash to avoid duplicate content using htaccessUse the code below to force a trailing slash on your web site URLs.When would you use this?Search...
Forcing SSL and WWW in htaccessUse the following code in the htaccess file for making sure that all pages served up are www and...
Solving the ERR_BLOCKED_BY_XSS_AUDITOR in ChromeYou are reading this article because you have saved something in wordpress and received an error...