[EMAIL PROTECTED] Rewrite Problem

2008-05-13 Thread Hayward Lam
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 am

[EMAIL PROTECTED] Rewrite problem (adding www.)

2006-11-08 Thread Geoff Soper
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

[EMAIL PROTECTED] rewrite problem

2006-03-22 Thread Deephay
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

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 here

Re: [EMAIL PROTECTED] rewrite problem

2006-03-22 Thread Deephay
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 Greetings all, I am currently using apache 2.0.55, but I have some problem

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? computer explodes? it just like that I never wrote

Re: [EMAIL PROTECTED] rewrite problem

2006-03-22 Thread Deephay
to this message may be ignored. Regards, Deephay On 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 Greetings all, I am

Re: [EMAIL PROTECTED] rewrite problem

2006-03-22 Thread Deephay
@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 here. It seems that all the rules that I wrote in the apache2.conf do not work at all. Define do not work at all... 404? wrong page