Support Knowlege Base
Back To Knowledge Base
Hosting / Word Press / Word Press - Set Up Permanent Redirects
To do this, you’ll need to edit the .htaccess file. This is another WordPress configuration file (so it’s worth copying to your desktop as a backup before you tweak it). Within, you’ll want to add the following code:
#Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ http://www.example.COM/$1 [R=301,L]