manolo_asdf Posted December 2, 2007 Share Posted December 2, 2007 hi, i am having apache2 and multiple different domain-names mapping to one server/ip-adress. but for the start all domains should go to one single point of entry like: http://mydomain.org -> http://www.mydomain.org http://mydomain.com -> http://www.mydomain.org a setting like following inside http.conf would not work (because of infinite loop through the '/'): Redirect / http://www.domain.org is there a simple configuration for my purpose? i also tried a more verbose version: Redirect http://mydomain.org http://www.mydomain.org Redirect http://www.mydomain.com http://ww.mydomain.org but this did not work either. i am having apache on suse linux, so config file where i set Redirects is sitting under /etc/apache2/conf.d/mypage.conf thanks. Quote Link to comment Share on other sites More sharing options...
trq Posted December 3, 2007 Share Posted December 3, 2007 Use a ServerAlias. Servername www.mydomain.org ServerAlias www.mydomain.com Quote Link to comment Share on other sites More sharing options...
manolo_asdf Posted December 11, 2007 Author Share Posted December 11, 2007 thanks for suggestion, but it does not work. when entering http://mydomain or http://www.mydomain.com i still don't get redirected to http://www.mydomain.org Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.