Does anyone know how i could restrict a domain search with htaccess? For instance for someone searching for http://www.blahblah.com/isbgeeky.com I need to restrict people from searching for one domain and thought it might be easier using htaccess. Any ideas I would be very gratefull.
AuthUserFile /dev/null AuthGroupFile /dev/null AuthName NotFromUNONovia <Limit GET> order allow,deny allow from all deny from .unomaha.edu deny from .novia.net </Limit> This code may be useful for you.You can also refer this site : http://www.yorku.ca/computng/students/webpages/central_web/htaccess.html