Forums

Moving Existing Site to WP (2 posts)

  1. logiclab
    Member
    Posted 3 weeks ago #

    I am going to be moving an existing site to Wordpress 2.8.5.
    The existing site was

    - built with tables
    - sits on .asp
    - 500+ pages

    What is the best way to approach this? The majority of the pages are very old. I thought redoing the top 20 pages in WP and leave the old stuff alone might be a way.

    Any suggestions?

    logiclab

  2. songdogtech
    Member
    Posted 2 weeks ago #

    I once looked into something similar to this. I found that on the windows server with classic asp, the raw html of the pages sat in text files and not in the MS SQL database. So what I envisoned was taking the text files and grepping them to remove unneeded markup - like tables, font calls, etc. - and then pasting the text content (some with image links, etc) into wordpress pages.

    But that still requires editing all those pages in the WP editor. There's probably a way to write an MySQL query that would generate the pages directly from each text file into the database.

    So, is your content in text files or in the database?

    Anothger thing: do you need to "translate" asp routines that the exisiting site uses into php?

Reply

You must log in to post.

About this Topic