Redirect Domain to certain location within site?

Discussion in 'Apache' started by mizt, Feb 13, 2005.

  1. #1
    Seems like a simple problem but I haven't got a working soluton. I own 2 domains Saltwaterflyfishers.com and SaltwaterFlyTying.net . Saltwaterflyfishers.com is my main domain. I want saltwaterflytying.net to go to the fly tying section within my site (it is a dynamic url that has a mod_rewrite enabled) which is http://saltwaterflyfishers.com/wfsection-viewarticles.category-1.htm .

    For the life of me I can't get SaltwaterFlyTying.net to go to this page. It just redirects to my root directory. I set it up in cpanel as an addon domain to redirect to that address with no luck. Any ideas? SaltwaterFlyTying.net was amazing good rankings in msn and would like to take advantage of this and optimize it for the specific key term.
     
    mizt, Feb 13, 2005 IP
  2. neterslandreau

    neterslandreau Peon

    Messages:
    279
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    As I write this it sounds very, very kludgy and I don't even know if I should post it..
    
    <VirtualHost saltwaterflytying.net>
    .. other directives
      DocumentRoot /path/to/saltwaterflyfishers
      DirectoryIndex wfsection-viewarticles.category-1.htm
    .. other directives
    </VirtualHost>
    
    Code (markup):
    I don't know if this would work or not.. it's just a thought.
     
    neterslandreau, Feb 14, 2005 IP