Re: Redirect url and preserve new name

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2010/1/21 Juan Jesús Cremades Monserrat <relicary@xxxxxxxxx>:
> Hi!
>
> I'm configuring the Apache Server. I have a server mounted with the next
> url: http://VMS-GEN-000/
>
> And a Wiki into with  http://VMS-GEN-000/wiki/ url
>
> I want that apache redirects to the wiki if the user types:
> http://wiki.mydomain.com and preserve this prefix while browser across the
> wiki. for example, if types: http://wiki.mydomain.com and goes to the
> Article 1, the URL will be http://wiki.mydomain.com/
> Article_1
>
> I've used this one:
>
> Code:
>
> RewriteEngine on
> RewriteCond %{HTTP_HOST} wiki.miempresa.es
>
> RewriteRule ^(.*)$ http://VMS-GEN-000/wiki [R=permanent,L]

You just explicitly redirected to the hostname you don't want, why?

>
> Redirects fine, but when the user browse, the url http://VMS-GEN-000/wiki
> returns appear.


http://httpd.apache.org/docs/2.0/mod/core.html#usecanonicalname ?


-- 
Eric Covener
covener@xxxxxxxxx

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux