Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Redirecting the Web Site to My own Site

Redirecting the Web Site to My own Site

Scheduled Pinned Locked Moved C / C++ / MFC
tutorial
7 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sarfaraznawaz
    wrote on last edited by
    #1

    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...

    R L G Richard Andrew x64R 4 Replies Last reply
    0
    • S sarfaraznawaz

      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...

      R Offline
      R Offline
      Rachita Desai
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • S sarfaraznawaz

        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...

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Wrong forum, this is for C++ questions. Please read http://www.codeproject.com/Messages/2922875/HOW-TO-ASK-A-QUESTION.aspx[^].

        S 1 Reply Last reply
        0
        • L Lost User

          Wrong forum, this is for C++ questions. Please read http://www.codeproject.com/Messages/2922875/HOW-TO-ASK-A-QUESTION.aspx[^].

          S Offline
          S Offline
          sarfaraznawaz
          wrote on last edited by
          #4

          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

          L 1 Reply Last reply
          0
          • S sarfaraznawaz

            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

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Your question has nothing to do with C++. You only asked how to redirect some website to yourself.

            1 Reply Last reply
            0
            • S sarfaraznawaz

              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...

              G Offline
              G Offline
              Gisle Vanem
              wrote on last edited by
              #6

              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.

              1 Reply Last reply
              0
              • S sarfaraznawaz

                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...

                Richard Andrew x64R Offline
                Richard Andrew x64R Offline
                Richard Andrew x64
                wrote on last edited by
                #7

                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.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups