1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

htaccess to redirect a site to a ip address?

Discussion in 'Apache' started by gatordun, Jul 27, 2005.

  1. #1
    How do you use htaccess to redirect a site to a ip address?
    Thanks.
     
    gatordun, Jul 27, 2005 IP
  2. frankm

    frankm Active Member

    Messages:
    915
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    83
    #2
    try this

    
    RewriteEngine on
    RewriteRule (.*)  http://111.222.33.44$1 [R=302]
    
    Code (markup):
     
    frankm, Jul 27, 2005 IP
  3. gatordun

    gatordun Guest

    Messages:
    114
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks lots will give it a try
    ;)
     
    gatordun, Jul 27, 2005 IP
  4. gatordun

    gatordun Guest

    Messages:
    114
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It worked fine !
    Thanks!
     
    gatordun, Jul 29, 2005 IP