Re: [EMAIL PROTECTED] Rewrite Problem

2008-05-13 Thread Joshua Slive
On Tue, May 13, 2008 at 10:59 AM, Hayward Lam <[EMAIL PROTECTED]> wrote: > I need to support the ARK (Archive Resource Key) spec which requires URL > ending with "?" and "??". For example: > > http://domain.com/ark:/12345/t41290? > http://domain.com/ark:/12345/t41290?? > > Since "?" is used for re

Re: [EMAIL PROTECTED] Rewrite problem (adding www.)

2006-11-09 Thread Joshua Slive
On 11/8/06, Geoff Soper <[EMAIL PROTECTED]> wrote: Hi, I use the following piece of code in an .htaccess file at /var/www/vhosts/domain.com/httpdocs/.htaccess to get traffic from http://domain.com onto http://www.domain.com which works perfectly: RewriteCond %{HTTP_HOST} ^domain\.com$ [NC] Rewri

Re: [EMAIL PROTECTED] rewrite problem

2006-03-22 Thread Deephay
and the log level is 3I've checkedOn 3/22/06, Deephay <[EMAIL PROTECTED]> wrote: So they're not being hit...- request not landing in scope (VH, Directory, etc,) but the "Alias" works well, but the cgi scripts are special and it is needed to use rewrite.. - request URL doesn't match patternthose r

Re: [EMAIL PROTECTED] rewrite problem

2006-03-22 Thread Deephay
So they're not being hit...- request not landing in scope (VH, Directory, etc,) but the "Alias" works well, but the cgi scripts are special and it is needed to use rewrite.. - request URL doesn't match patternthose rules works fine in apache 1.3, it is just upgraded it to 2.0.55 todaybecause I thin

RE: [EMAIL PROTECTED] rewrite problem

2006-03-22 Thread Boyle Owen
> -Original Message- > From: Deephay [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 22. März 2006 12:53 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] rewrite problem > > >Define "do not work at all"... 404? wrong page? timeout? > com

Re: [EMAIL PROTECTED] rewrite problem

2006-03-22 Thread Deephay
>Define "do not work at all"... 404? wrong page? timeout? computer explodes?it just like that I never wrote these rules...>Enable rewrite logging and see what appears - see docs for details. I enabled  the log and the file "rewrite.log" was successfully created, but nothing's in the fileRegards,Dee

RE: [EMAIL PROTECTED] rewrite problem

2006-03-22 Thread Boyle Owen
> -Original Message- > From: Deephay [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 22. März 2006 12:18 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] rewrite problem > > Greetings all, > > I am currently using apache 2.0.55, but I have some problem > with the rewrite rules he