Le 03/11/2012 13:31, [email protected] a écrit : > > [snip] > I know I've entered URL's into my browser's navigation bar and watched them > change to something else, such as entering http://example.com and being > redirected to http://www.example.com, with that URL then populating the > navigation bar. So I'm close in that both requests return the file that I > want returned, but I don't know how to have the URL change so the user sees > the URL I want them to see. > > So I guess what I'm asking is, how do I configure things so that the server > knows a request for domain1.com should be handled as if it were a request for > www.domain1.com, and sends the client to that URL? >
in domain1.com vhost config: redirect permanent / http://www.domain1.com/ source: http://httpd.apache.org/docs/2.2/en/mod/mod_alias.html#redirect -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

