need some help !!!!!!!!

Discussion in 'HTML & Website Design' started by winson, Sep 12, 2008.

  1. #1
    all right. i sell stuff at ebay.com , and i do put some extra pic by using my own host. i gonna change the domain name soon, so the problem comes up. if i change the domain name, i have to change all the url at the html.
    if my old pic url is www.aaaa.com/pic
    that i need to change it to www.bbbb.com/pic

    i have over 600 pics, is there anyway i can change it at once?


    thank you for all help
     
    winson, Sep 12, 2008 IP
  2. Blockis

    Blockis Well-Known Member

    Messages:
    177
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    125
    #2
    Well, you could just use the original parked domain name, there's really no fast way of doing it, but I may be wrong.
     
    Blockis, Sep 12, 2008 IP
  3. bartainer

    bartainer Well-Known Member

    Messages:
    156
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #3
    If I'm understanding this correctly, you want to change domains and save the files form the previous domain? Solution: Save the files from original and upload to the server of the new.
     
    bartainer, Sep 13, 2008 IP
  4. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #4
    Assuming you're using Apache, you can use htaccess to redirect any request to olddomain.com/img/***, over to your new domain at newdomain.com/img/***. Everything else at olddomain.com will remain untouched.

    I've never been a wiz at htaccess, so I won't even attempt to write up the redirect code for you. Best idea is to ask the nerds over here :)
     
    Kerosene, Sep 13, 2008 IP
  5. winson

    winson Well-Known Member

    Messages:
    375
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    110
    #5
    kerosene. cool. i think i will looking into it. thanks all
     
    winson, Sep 14, 2008 IP