John,I suggest you try Apache: The Definitive Guide by Laurie brothers.regards,tt
cool.
From: John Barrett [mailto:johnbarr@xxxxxxxxxx]
Sent: Wednesday, March 29, 2006 6:31 AM
To: users@xxxxxxxxxxxxxxxx
Subject: Re: [users@httpd] Redirect different pagesI was wondering if you know a good book on apache?Johnny
On Mar 29, 2006, at 1:25 AM, Arturo Leon wrote:
hi, thanks for your help.
but i need redirect it with apache, no with html or _javascript_ redirect code.
i m a new user for apache, too. : (
Regards
Arturo
2006/3/29, John Barrett <johnbarr@xxxxxxxxxx>:Hi,In a web page you can use:<re-direct.html><html><head><meta http-equiv="Refresh" content="1; URL="" href="http://www.google.com" target="_blank"> http://www.google.com" /><title>Untitled Document</title></head><body></body></html>Where the meta tag, content="time in seconds{1 second in this case}" and URL where you want to go{google on this case}.Make sure the meta tag inside the <head></head> tags.I ho pe that this helps, really just html. I am so new to apache(yesterday) I think that I need to buy a book:(Johnny
On Mar 28, 2006, at 11:22 PM, Arturo Leon wrote:
hi everyone,
please, how to redirect different pages with apache2? and how do can it?
example: www.prueba.com redirect to www.example.com( example.com is my dafault page)
Regards
Arturo
Pd: sorry my english is no good. :P