Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 98979 invoked by uid 500); 15 Nov 2002 17:25:41 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 98958 invoked from network); 15 Nov 2002 17:25:41 -0000 Received: from mailman.trainor.com (65.161.171.13) by daedalus.apache.org with SMTP; 15 Nov 2002 17:25:41 -0000 Received: from [65.161.171.232] (jetta.trainor.com [65.161.171.232]) by mailman.trainor.com (8.12.2/linuxconf) with ESMTP id gAFHJtMD024519 for ; Fri, 15 Nov 2002 12:19:55 -0500 User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Fri, 15 Nov 2002 12:24:48 -0500 From: James DeLude To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-RAVMilter-Version: 8.3.0(snapshot 20010925) (mailman.trainor.com) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] mod_rewrite help I'm currently running 1.3.23 on RH 7.2. The server is running a mixture of multiple name and IP based virtual hosts. It appears the mod_rewrite is already installed in my config: LoadModule rewrite_module modules/mod_rewrite.so AddModule mod_rewrite.c What I would like to do is some simple URL redirections as well as directory and file name substitutions. Similar the the snipit below: RewriteEngine on RewriteRule /^home\.html$ home.vep [P] My question is, is this the correct translation to change all requests for http://www.xyz.com/home.html to http://www.xyz.com/home.vep? Also, where Should this definition live? Should it appear by itself in the httpd.conf File, in a definition, or a definition? Any help or example configuration files would be appreciated. Thanks, Jim James DeLude TRAINOR ASSOCIATES 135 Oxford Road New Hartford, NY 13413 (315) 797-7970 (315) 797-7975 (Fax) jim9@trainor.com THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL OR ENTITY TO WHICH IT IS ADDRESSED AND MAY CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL, AND EXEMPT FROM DISCLOSURE UNDER APPLICABLE LAW. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution, forwarding, or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by e-mail or telephone, and delete the original message immediately. Thank you. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org