Can you be a bit more specific?
The examples show how to redirect a file access to a specific URL.
I want a specific URL to redirect to a file (a different page than the
DirectoryIndex).

Michael

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua
Slive
Sent: Wednesday, August 09, 2006 10:31 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] grab header to redirect

On 8/9/06, Declerck Michael-W30479 <[EMAIL PROTECTED]> wrote:
> Hello,
> Is there a way to grab a header/DNS name using Apache 2.2?
> A little background:
> I have a primary DNS name and a secondary DNS name that maps to the 
> same IP address.
> Right now, my Apache 2.2 configuration redirects the client directly 
> to the index.pl page using the directives:
> <IfModule dir_module>
>     DirectoryIndex index.pl
> </IfModule>
> when the DNS routes the client to my server.
>
> The secondary DNS name will also route to the same IP, thus serving 
> index.pl for the second DNS name as well, which is not what I want to 
> do.
> I have been informed that the secondary DNS name will not change in 
> the browser when it routes to the server.
>
> Is there a way to grab this DNS name (would this be found as a 
> header?) and redirect the client based on what that name is?
> I have a little bit of experience with mod_rewrite, but that 
> experience is nominal at best.

Sounds like you are looking for:
http://httpd.apache.org/docs/1.3/misc/FAQ.html#canonical-hostnames

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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to