Activity Stream
48,167 MEMBERS
6694 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member
    Website's:
    iWarez.com

    Default Coding: Redirect IP help

    I want to have extra privacy for my site page.
    I want my site to redirect all visitors to google.com except for my IP..

    Can someone give me the code for this?
    Thanks
    tractor3231 Reviewed by tractor3231 on . Coding: Redirect IP help I want to have extra privacy for my site page. I want my site to redirect all visitors to google.com except for my IP.. Can someone give me the code for this? Thanks :'( Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    vaporhostn.com
    Code: 
    order deny, allow deny from all allow from 111.222.333.444
    in htaccess file.. if you want a php version of this code google it

  4.     
    #3
    Respected Developer
    With php
    PHP Code: 
    <?php
       
    if($_SERVER['REMOTE_ADDR'] != 'YOUR IP HERE')
       
    header("Location: http://google.com");
       
    ?>
    with htaccess
    http://kb.siteground.com/article/How...ther_site.html
    Bots Development | Web Development | Wordpress Customization | PSD Conversion

    Life has many twists and turns in it, you have to take what you are given and use it for the best.

  5.     
    #4
    Member
    Website's:
    iWarez.com
    Thanks!
    that worked great!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Zen Coding - Set of plugins for HTML and CSS hi-speed coding
    By soft2050 in forum Web Development Area
    Replies: 5
    Last Post: 19th Feb 2012, 09:31 PM
  2. WWW to non-WWW Redirect
    By outbreak in forum Webmaster Discussion
    Replies: 4
    Last Post: 18th Jan 2012, 12:11 PM
  3. How to Redirect !
    By softleaks in forum Tutorials and Guides
    Replies: 12
    Last Post: 20th Jul 2011, 09:01 AM
  4. In Need of Url REdirect mod ..?
    By litewarez in forum phpBB
    Replies: 25
    Last Post: 20th Oct 2009, 08:40 PM

Tags for this Thread

BE SOCIAL