[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Quick Question



Chad,
I have found with a raq that the best thing to do is stay out of the conf
files if possible. Some things can be added/changed without problem. For
example, changing DocumentRoot can have serious consequences. When you make
a change, it works as expected. But when you go back to the GUI to modify
something on the site, you could be in a world of hurt. I learned this
through personal experience.

The safest way would be to directly link to domain2 within domain1's html
code. Since this is to easy, I'll assume you already thought of this and
discarded the idea.

The second safe way would be to use a symbolic link which links directory1
to directory2. This would require a modification to the conf file or a
.htaccess file. You would need to modify/add code such as:

<Directory /home/sites/domain1/web/directory>
Options Indexes FollowSymLinks Includes ExecCGI
Order allow,deny
Allow from all
</Directory>


Hope this helps,
Rich

----- Original Message -----
From: "Casselman, Chad" <chad.casselman@xxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thursday, March 30, 2000 8:25 AM
Subject: [cobalt-users] Quick Question


> I know that is stupid but I need the answer anyway.
>
> I have a directory on
> http://www.domain1.com/test on one site and I want it to point to
> http://www.domain2.com/text2.  How do I do that?  I know it is something
to
> do with the httpd.conf but I have seems to erase it and can't get it back.
> I had it done, but now it is gone.  I don't want it to redirect just pull
up
> the content from the other site.
>
> Thanks,
> chad
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>