On 4/4/06, MarcelSmeets <[EMAIL PROTECTED]> wrote:
> In addition to the remark of the second answer, mod_rewrite does the rewrite
> of the path to a url dynamically, how?? That would be the answer to the
> question!!
You can use an explicit [R] flag to force an external redirect on a
relative url-
In reply to the answers before:
I have about 20 virtual hosts and the redirects are not the virtual hosts
themselves but some 400 redirected files / locations which can change very
often:
Like this:
http:/url/thislocation to http:/url/thatlocation
and that for url1 to url20
In addition to the
>
> Hi,
>
> I have a redirect question. In the .htaccess file we use on one of our
> servers we want about 400 redirects of the form
>
> Redirect /anyplace/anyfile /anotherplace/anotherfile
>
> And this for about 20 virtual hosts ( so 20 .htaccess files)
>
> I have searched everywhere, but apa
On 4/4/06, MarcelSmeets <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have a redirect question. In the .htaccess file we use on one of our
> servers we want about 400 redirects of the form
>
> Redirect /anyplace/anyfile /anotherplace/anotherfile
>
> And this for about 20 virtual hosts ( so 20 .htaccess
Hi,
I have a redirect question. In the .htaccess file we use on one of our
servers we want about 400 redirects of the form
Redirect /anyplace/anyfile /anotherplace/anotherfile
And this for about 20 virtual hosts ( so 20 .htaccess files)
I have searched everywhere, but apache requires this form