View Single Post
  #2 (permalink)  
Old 10-19-2007, 12:12 PM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,120
kgun RepRank 3kgun RepRank 3
Default Re: Extranet, intranet: Configuring your WWW server.

No comments on this important topic.

When you are working on a new site, you may want to restrict access to your own IP address, so no other can view your site. This is easily done by putting the following lines in your .htaccess file:

order deny,allow
deny from all
allow from yourIP

Then it is easy to add friends to that list by allowing their IP's.

I do it on a new site, http://www.ad2no.com/

Can you see it?

There has been so much spam on ForumNorway.com :: Index so I had to close it so only moderators can post there and read some important posts. Spammers shall not get everything for free.

May be I should do the same there and open up for IP's that is not identified as forum spammers. Do WPW members have any suggestions?

I think the alternative is to have it restricted as it is today but getting more and more members of all categories.

Related WPW thread: An excellent forum phpBB toolkit.

Last edited by kgun : 10-19-2007 at 12:25 PM.
Reply With Quote