From mb_trinity_desktop@inet-design.com Thu Sep 17 22:35:45 2020 From: Michael To: users@trinitydesktop.org Subject: [tde-users] Re: Migration of services - 1. web server Date: Thu, 17 Sep 2020 17:35:25 -0500 Message-ID: <202009171735.25077.mb_trinity_desktop@inet-design.com> In-Reply-To: <202009171514.24633.doctor_contendo@zoho.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2897804659473744959==" --===============2897804659473744959== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thursday 17 September 2020 05:14:23 pm William Morder via tde-users wrote: > However, it occurs to me that we might want to preserve an archived=20 > version of the old pages, at least for a while, until the new pages > supersede them completely. Usually you just foward the old URL to the new URL. Either through .htaccess= ,=20 which Google likes best: RewriteEngine on RewriteBase / RewriteRule ^my-old-page.html$ new-page.html [R=3D301,L] Or use an HTML header entry on the old page: {snip} Contact me directly whoever's doing the changes if you need/want help. Best, Michael --===============2897804659473744959==--