Results 1 to 2 of 2

Thread: Subdomain redirect

  1. #1
    Junior Registered
    Join Date
    Oct 2005
    Posts
    1

    Question Subdomain redirect

    Hi! Is there a way to create a non exist subdomain* and redirect it to some site?
    I would like my site to look something like this:

    free.blobal.com
    sdsdsd.blobal.com
    asdgasd.blobal.com

    whatever is type in for the subdomain it always exist, rather than nothing.

    My current .htaccess code is this:

    # -FrontPage-
    IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName www.blabla.com
    AuthUserFile /home/vom/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/vom/public_html/_vti_pvt/service.grp

    Please guide me for this one.. Any help will be greatly appreciate. Thanks in advance

    Tandiono

  2. #2
    Junior Registered Seriph's Avatar
    Join Date
    Oct 2005
    Posts
    2
    nodelist.com

    "Curiously enough, the only thing that went through the mind of the bowl of petunias as it fell was
    "Oh no, not again". Many people have speculated that if we knew exactly why the bowl of petunias
    had thought that, we would know a lot more about the nature of the Universe than we do now.
    "

Similar Threads

  1. Redirect
    By k0r54 in forum HTML, CSS, Layout, and Design
    Replies: 3
    Last Post: 03-28-2004, 03:40 PM
  2. need to exclude one page from a general .htaccess redirect
    By Apollo in forum General Management Issues
    Replies: 1
    Last Post: 01-10-2004, 01:56 PM
  3. redirect with htaccess
    By albsure in forum Website Programming & Databases
    Replies: 6
    Last Post: 12-07-2003, 09:40 AM
  4. Redirect
    By lemon in forum Search Engine Optimization
    Replies: 1
    Last Post: 09-09-2003, 12:47 PM
  5. Redirect script with statistics, graphs, etc
    By emke in forum Website Programming & Databases
    Replies: 7
    Last Post: 05-20-2003, 03:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •