I'm triying to set a redirect in apache directiver but i have this message error: # Redirect www.planetadinosaurios.com # NOT SUPPORTED! # www.planetadinosaurio.com.ar # NOT SUPPORTED! Any help? Thanks in advance, Pablo
Do you have mod_alias installed? The redirect directive has this form: Redirect /service http://foo2.bar.com/service I think in your case you might want to use: Redirect / http://www.planetadinosaurio.com.ar