Re: [EMAIL PROTECTED] moving .htaccess rewrite cond to httpd.conf

2005-10-05 Thread Joshua Slive
On 10/5/05, Duncan Drury <[EMAIL PROTECTED]> wrote: > The Rewrite directives need to go within a Directory block within the > appropriate VirtualHost: > > > RewriteEngine on > RewriteRule ^(.*)/section$/new_location/new_file.htm > > > As I understand it you have to do this for every

RE: [EMAIL PROTECTED] moving .htaccess rewrite cond to httpd.conf

2005-10-05 Thread Duncan Drury
ilto:[EMAIL PROTECTED] > Sent: Tuesday, 4 October 2005 10:11 pm > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] moving .htaccess rewrite cond to httpd.conf > > I have a server that has .htaccess files with mod_rewrite > instructions. > Now I want to move the instruct

[EMAIL PROTECTED] moving .htaccess rewrite cond to httpd.conf

2005-10-04 Thread Boysenberry Payne
I have a server that has .htaccess files with mod_rewrite instructions. Now I want to move the instructions into httpd.conf so I don't have to put into each of our clients sites anymore. It's nothing special (the rewrite conditions) and I want it for all of our virtual hosts. How do I need to