Redirecting the Web Site to My own Site
-
Hello Every Body I am looking do the project on blocking the unwanted site or redirecting so that children can not access the particular site. so will you people guide which way should i proceed...
-
Hello Every Body I am looking do the project on blocking the unwanted site or redirecting so that children can not access the particular site. so will you people guide which way should i proceed...
The easiest way is to create a page called index.html on sutty5.com, with the following html: <html> <head> <meta http-equiv="refresh" content="0;url=http://www.sutty5.webs.co... /> </head> </html> That will do a simple redirect, and the user will see www.sutty5.webs.com in the addresss bar. Click here for latest technology news
-
Hello Every Body I am looking do the project on blocking the unwanted site or redirecting so that children can not access the particular site. so will you people guide which way should i proceed...
-
Wrong forum, this is for C++ questions. Please read http://www.codeproject.com/Messages/2922875/HOW-TO-ASK-A-QUESTION.aspx[^].
Hello, Thanks for reply. I research it can be achieved by using winsock and LSP(Layered Service Provider) so i thing its comes under MFC and C++ so putted my question in MFC and C++.. Thanks sarfaraz
-
Hello, Thanks for reply. I research it can be achieved by using winsock and LSP(Layered Service Provider) so i thing its comes under MFC and C++ so putted my question in MFC and C++.. Thanks sarfaraz
-
Hello Every Body I am looking do the project on blocking the unwanted site or redirecting so that children can not access the particular site. so will you people guide which way should i proceed...
A filtering proxy, a router with URL-filtering, a Winsock filter-hook driver etc. It depends on where you want this software to run. On the PC of the children or what. Be more precise.
-- Gisle V.
-
Hello Every Body I am looking do the project on blocking the unwanted site or redirecting so that children can not access the particular site. so will you people guide which way should i proceed...
Chapter 12 of the following book contains what you need: Network Programming for Windows[^]
The difficult we do right away... ...the impossible takes slightly longer.