View Single Post
Old 2007-02-19, 01:12 AM   #5
ronnie
Wheither you think you can or you think you can't, Your right.
 
Join Date: Jun 2004
Location: midwest
Posts: 2,274
Send a message via ICQ to ronnie
Quote:
Originally Posted by cd34 View Post
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.
Ya, thats an idea, and I appreciate it. Just have quite a few pages and getting all the page names, ect. It's a thought, thanks..
ronnie is offline   Reply With Quote