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

Re: [cobalt-users] Aliases



> I created a site with a doman name and then I gave that site an alias

You mean a CNAME?

> I need the site to serve out under the
> aliases and the main url without redirecting. Basically the way Apache
> normally works.

Meaning that you want to access the same files within one domain, but under
the alias of another?

You could create an additional virtual site, and rewrite URLs of that domain
(currently your CNAME/alias) with a .htaccess file (use Apache's RewriteRule
directive).

Per K
http://nethut.no/~pknutsen