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
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 request parameter, when it is ending with "?" by
itself, my Apache Tomcat ignores it.
I
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
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]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L,N
t; -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,> >&g
> 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 t
> -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
thing's in the fileRegards,DeephayOn 3/22/06, Boyle Owen
<[EMAIL PROTECTED]> wrote:> -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>> Gr
> -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 proble
Greetings all, I am currently using apache 2.0.55, but I have some problem with the rewrite rules here.It seems that all the rules that I wrote in the apache2.conf do not work at all. I have already create a symbolic link in the mods_enabled, and when I try to restart the server, it is all OK. Any
10 matches
Mail list logo