You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Eric Brunner-Williams at a VSAT somewhere (or in Portland Maine)" <br...@nic-naa.net> on 2006/01/23 18:24:01 UTC

[users@httpd] Substitution of URLs

Hi,

I've URLs of the form:
	http://wampum.wabanaki.net/vault/2006/01/002284.html
	...

I'd like to redirect these to the base URL
	http://wampum.wabanaki.net
or to yet another URL
	http://wampum.wabanaki.net/vault/koufax/koufax05/

Suggestions please?
Eric

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Substitution of URLs

Posted by Joshua Slive <jo...@slive.ca>.
On 1/23/06, or in Portland Maine Eric Brunner-Williams at a VSAT
somewhere <br...@nic-naa.net> wrote:
> Hi,
>
> I've URLs of the form:
>         http://wampum.wabanaki.net/vault/2006/01/002284.html
>         ...
>
> I'd like to redirect these to the base URL
>         http://wampum.wabanaki.net
> or to yet another URL
>         http://wampum.wabanaki.net/vault/koufax/koufax05/

Redirect /vault/2006/01/002284.html
http://wampum.wabanaki.net/vault/koufax/koufax05/

See:
http://httpd.apache.org/docs/2.2/urlmapping.html#redirect

Joshua.

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org