Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 18423 invoked by uid 500); 2 Apr 2002 00:37:24 -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 18411 invoked from network); 2 Apr 2002 00:37:23 -0000 Received: from aoit.whs.edu (169.227.254.67) by daedalus.apache.org with SMTP; 2 Apr 2002 00:37:23 -0000 Received: from localhost (kmoch@localhost) by aoit.whs.edu (8.12.2/8.12.2) with ESMTP id g320bUAF018536 for ; Mon, 1 Apr 2002 18:37:31 -0600 (CST) Date: Mon, 1 Apr 2002 18:37:30 -0600 (CST) From: Joe Kmoch To: users@httpd.apache.org Subject: rewrite rule w/o index.html reference Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I managed to figure out the rewrite rules needed to access a part of my site through a simpler command like www.whs.edu/x where x is some part of our site buried pretty deep. In any case, here's what I put in .htaccess RewriteEngine on RewriteBase /teacher-recruiting RewriteRule ^index\.html$ teacher-recruitment-2002.html This works except that I need a blank file named index.html - I tried a few things in that third line, but nothing worked. I worked with the mod_rewrite.html document, but nothing here or in the other site with samples seems to do the trick. Can someone lead me to what I want? Thanks! Joe -- Joe Kmoch Washington High School Director, Academy of Information Technology 2525 N. Sherman Blvd kmoch@whs.edu Milwaukee, WI 53210 (414) 875-5982 (desk) (414) 875-5900 (school) (414) 875-5980 (academy) (414) 875-5915 (fax) --------------------------------------------------------------------- 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 For additional commands, e-mail: users-help@httpd.apache.org