HUGE websites and layout changes

Discussion in 'Programming' started by calisonder, Apr 26, 2007.

  1. #1
    how do huge websites with 1000's of pages completly change there layout without manualy going in to every page and changing???


    I read something a long time ago about serve side includes (SSI's) but i dont' know the extent in which this is used.
     
    calisonder, Apr 26, 2007 IP
  2. dynashox

    dynashox Premium Member Staff

    Messages:
    8,662
    Likes Received:
    563
    Best Answers:
    3
    Trophy Points:
    335
    #2
    The easiest way is to go with CMS. Change the setting through control panel and all pages will change automatically.
     
    dynashox, Apr 26, 2007 IP
  3. UneekTT

    UneekTT Peon

    Messages:
    196
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    There are multiple ways to do that.

    One would be a SSI (server side include) but the easiest way would be to use CSS (cascading style sheets)

    Or to pull the data from a database and just apply it to the new template.

    why, what are you trying to do here?
     
    UneekTT, Apr 26, 2007 IP