[CentOS] mod_rewrite issue

2008-06-04 Thread Gary
I'm installing Drupal 6.2 in the document root of a CentOS 5 install using httpd-2.2.3-11.el5_1. I'm using a virtual host entry with the following rewrite rule to enable clean URLs: RewriteRule ^(.*)$ index.php?q=$1 [R,L,QSA] This works fine expect the user still sees the ugly URL in the address

Re: [CentOS] mod_rewrite issue

2008-06-04 Thread russ
get set with the original ip of the client. Russ Sent from my Verizon Wireless BlackBerry -Original Message- From: Gary [EMAIL PROTECTED] Date: Wed, 4 Jun 2008 08:33:38 To:centos@centos.org Subject: [CentOS] mod_rewrite issue I'm installing Drupal 6.2 in the document root of a CentOS

Re: [CentOS] mod_rewrite issue

2008-06-04 Thread Gary
On Wed, Jun 4, 2008 at 8:56 AM, [EMAIL PROTECTED] wrote: While this is a CentOS list and you would probably get better help on the apache httpd list, I think you're looking for the P flag. Thanks, that did the trick! I was staring at the docs for mod_rewrite and actually gave a long look at

Re: [CentOS] mod_rewrite issue

2008-06-04 Thread Craig White
On Wed, 2008-06-04 at 08:33 -0700, Gary wrote: I'm installing Drupal 6.2 in the document root of a CentOS 5 install using httpd-2.2.3-11.el5_1. I'm using a virtual host entry with the following rewrite rule to enable clean URLs: RewriteRule ^(.*)$ index.php?q=$1 [R,L,QSA] This works fine