This is a discussion on make an invisible redirect within the Apache Web Server forums, part of the Web Server and Related Forums category; Hello, is it possible to make with apache an invisible redirect? So for exemple, when you type www.domain.com, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
is it possible to make with apache an invisible redirect? So for exemple, when you type www.domain.com, it redirects to another site, but in the bar adress, we see www.domain.com. Thanks. |
|
|||
|
On Thu, 11 Aug 2005 17:15:12 +0200, in alt.apache.configuration,
Thierry B <bidule@bidule.org> wrote: >Hello, >is it possible to make with apache an invisible redirect? > >So for exemple, when you type www.domain.com, it redirects to another >site, but in the bar adress, we see www.domain.com. > >Thanks. This can be done if both sites are handled by the same webserver. You can use mod_rewrite for this. Jim |