LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   apache redirect url (https://www.linuxquestions.org/questions/red-hat-31/apache-redirect-url-743594/)

Radioactiveman 07-29-2009 02:03 AM

apache redirect url
 
hi all

http://test1.ch is the main page
http://test2.ch is the sub page(alias) in another language(italian)

so that means every request on http://test2.ch should be redirected to http://test1.ch/it/home

i already tried: redirect permanent http://test2.ch http://test1.ch/it/home

but nothing happens

thx
radioactiveman

rtg 07-29-2009 01:40 PM

You need to use

Code:

Redirect permanent / http://test2.ch/it/home
in the configuration of test1.ch alias.


All times are GMT -5. The time now is 06:20 PM.