Re: Mason and mod_rewrite

2005-12-08 Thread Diona Kidd
Eric, Thank you so much for the ideas! Turns out Easy Fix #1 was the ticket and kept the project within requirements. Unfortunately, I can't redirect due to project requirements. That would have made this much simpler. Still working on implementation but tests have proved successful. This se

Re: Mason and mod_rewrite

2005-12-07 Thread Eric Ryan Harrison
Resending message because: A) I forgot to send to the list B) there's another option that may be easier. I just tested this so I know it works. 1) Create the file dhandler in your document root for mysite.com. 2) Add this code: <%init> my $arg = $m->dhandler_arg; $m->redirect("http://mysite2.c

Re: Mason and mod_rewrite

2005-12-07 Thread Diona Kidd
correction. http://myserver.com/spanish/* gets rewritten to http://myserver2.com/* Diona Kidd wrote: I hope that someone will take the time to read this and help. I'm a bit stumped. If I've posted this to the incorrect list, please advise. This seems to be some combo of mod_perl, apache and

Mason and mod_rewrite

2005-12-07 Thread Diona Kidd
I hope that someone will take the time to read this and help. I'm a bit stumped. If I've posted this to the incorrect list, please advise. This seems to be some combo of mod_perl, apache and Mason. I have two apache instances running with Mason and mod_perl. I'm rewriting