Taken from: http://www.orderofbusiness.net/blog/redirect-old-domain-to-new-domain-via-htaccess/ When you migrate a site from one domain to another, it is very important that you don’t break all the links that you built to your old domain. Proper redirection of all the pages on the old domain to the same location on the new domain will ensure that visitors to the old Full Article…
Viewing 1 to 3 of 3 items
Force www via htaccess using a WordPress plugin (Redirection)
Really all that is necessary is this: Go Settings -> General: WordPress Address (URL) Site Address (URL) And set both of them to www.yoursite.com (instead of yoursite.com), wordpress automagically takes care for setting all the urls to www.yoursite.com and that’s it. If that isn’t enough: Install the Redirection plugin and you can just set the Full Article…
Secure WordPress Config File With htaccess
Your wp-config.php file stores all of your config variables for your WordPress site. If someone has access to this file they will be able to see your database username and password. When you first install WordPress there is a default wp-config-sample.php file which you need to rename and modify. To keep this secure you can Full Article…