View Single Post
Old 02-08-2005, 02:41 AM   #3 (permalink)
Johan007
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Easy.

Just add includes with a variables using PHP (or other coding type).

Code:
<title><? print($pagetitle); ?></title>
on main page (that should now end in .php or other language)

Code:
<?php $pagetitle='home'; $metaDesc='Welcome to the homepage of your site'; ?>
Becuase the site is massive you can use Dreamweaver.

Then... Edit > Find and Replace > Drop down 'Entire Current Local Site'

Make changes carefully bit by bit and replace all.

Now test it many times. Get some one who owns the site to test it.

Oh and BACK UP THE OLD SITE!!!!!

Last edited by Johan007 : 02-08-2005 at 02:46 AM.
Johan007 is offline   Reply With Quote