[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Can I have 2 domains point to the same catalog?
I want to run the same catalog under 2 domains, one for regular traffic,
and the other for ssl.
say:
http://www.xyz.com
https://www.abc.com/xyz.com
The above is already set up and points to the same site. (Apache aliases)
However:
http://www.xyz.com/cgi-bin/catalog
(works fine)
https://www.abc.com/xyz.com/cgi-bin/catalog
(error)
"Undefined catalog: /tailwags.com/cgi-bin/tailwags"
Again, I already have apache set up with aliases and apache is not the
problem.
My interchange.cfg looks like this:
Catalog catalog /usr/lib/interch/catalogs/catalog \
/cgi-bin/catalog \
/xyz.com/cgi-bin/catalog \
/catalog
Any help would be appreciated!
Thanks
Rick