Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Redirect  (Read 2929 times)

0 Members and 1 Guest are viewing this topic.

Dilbert

    Topic Starter
  • Moderator


  • Egghead

  • Welcome to ComputerHope!
  • Thanked: 44
    Redirect
    « on: August 30, 2006, 11:01:33 AM »
    Not sure that's an appropriate title, but it's what I want to do, in a way.

    I'm testing out my creation (for which, I hear, I'm making a tidy sum) on my Apache server. Works nicely. However, I want to block this from happening, it's what I'm looking at right now:

    Quote
    Index of /source

    • Parent Directory
    • CSS/
    • JS/
    • KC/
    • TGR/
    • ad.html
    • nav.html
    • main.html
    • banner.html
    • images/

    I want to make it so that if a user specifies a folder (in this case, 127.0.0.1/source) they are redirected to the home page. How can I do this?
    « Last Edit: August 31, 2006, 11:48:20 AM by Timothy_Bennett »
    "The geek shall inherit the Earth."

    Rob Pomeroy



      Prodigy

    • Systems Architect
    • Thanked: 124
      • Me
    • Experience: Expert
    • OS: Other
    Re: Redirect
    « Reply #1 on: August 31, 2006, 03:22:23 AM »
    There are many possible ways.  Here's one.  In the Apache conf file:
    RedirectMatch /source(.*)$ /

    « Last Edit: August 31, 2006, 03:22:41 AM by robpomeroy »
    Only able to visit the forums sporadically, sorry.

    Geek & Dummy - honest news, reviews and howtos

    unlovedwarrior



      Guru

    • someday this name will be known
    • Thanked: 13
      Re: Redirect
      « Reply #2 on: August 31, 2006, 08:57:33 AM »
      and whats that do :-?

      soybean



        Genius
      • The first soybean ever to learn the computer.
      • Thanked: 469
      • Computer: Specs
      • Experience: Experienced
      • OS: Windows 10
      Re: Redirect
      « Reply #3 on: August 31, 2006, 03:39:19 PM »
      I believe it redirects to the parent directory, where the home page hangs out.

      unlovedwarrior



        Guru

      • someday this name will be known
      • Thanked: 13
        Re: Redirect
        « Reply #4 on: August 31, 2006, 03:46:12 PM »
        oh kool :)