Myspace Layouts - Problem Mortgage - Myspace Backgrounds - Life Insurance - Loans

PDA

View Full Version : Redirect Domain to certain location within site?


mizt
Feb 13th 2005, 6:23 pm
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.

neterslandreau
Feb 14th 2005, 1:18 am
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 .

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>

I don't know if this would work or not.. it's just a thought.