View Single Post
Old 2007-02-19, 12:33 AM   #4
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
You might be able to take your existing page layout and map it to wordpress using mod_rewrite. Something like:

Code:
RewriteEngine on
RewriteRule ^oldpagename.html$ /newpagename.html [R,L]
Depending on the number of pages you have, you could do a handwritten set of rules for the transition depending on how important it is to keep the old links. Granted, a very large site might end up having a large set of rules.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote