Results 1 to 4 of 4
-
7th Sep 2011, 02:46 AM #1OPMemberWebsite's:
iWarez.comCoding: 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?
Thankstractor3231 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
-
7th Sep 2011, 06:05 AM #2MemberWebsite's:
vaporhostn.com
-
7th Sep 2011, 07:35 AM #3Respected Developer
With php
PHP Code:<?php
if($_SERVER['REMOTE_ADDR'] != 'YOUR IP HERE')
header("Location: http://google.com");
?>
http://kb.siteground.com/article/How...ther_site.htmlBots 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.
-
7th Sep 2011, 07:47 AM #4OPMemberWebsite's:
iWarez.comThanks!
that worked great!
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Zen Coding - Set of plugins for HTML and CSS hi-speed coding
By soft2050 in forum Web Development AreaReplies: 5Last Post: 19th Feb 2012, 09:31 PM -
WWW to non-WWW Redirect
By outbreak in forum Webmaster DiscussionReplies: 4Last Post: 18th Jan 2012, 12:11 PM -
How to Redirect !
By softleaks in forum Tutorials and GuidesReplies: 12Last Post: 20th Jul 2011, 09:01 AM -
In Need of Url REdirect mod ..?
By litewarez in forum phpBBReplies: 25Last Post: 20th Oct 2009, 08:40 PM
themaPoster - post to forums and...
Version 5.36 released. Open older version (or...