Thank you Frank. That does look like it will do exactly what I want it to do. I am having trouble implementing it. In our development instance I created a .htaccess file with: <IfModule mod_negotiation.c> Options +MultiViews </IfModule> But when I try to browse to that directory I get a 500 error. I checked and mod_negotiation is loaded globally. So what am I doing wrong? I am planning on implementing it as part of a Directory definition in my production environment.
Darryl Baker, GSEC, GCLD (he/him/his) Sr. System Administrator Distributed Application Platform Services Northwestern University 4th Floor 2020 Ridge Avenue Evanston, IL 60208-0801 From: Frank Gingras <thumbs@xxxxxxxxxx> You don't need to use mod_rewrite, a simpler solution is to use multiviews: On Wed, 28 Sept 2022 at 09:18, Darryl Philip Baker <darryl.baker@xxxxxxxxxxxxxxxx> wrote:
|